Skip to content

Instantly share code, notes, and snippets.

View kazi331's full-sized avatar
🏠
Working from home

Kazi Shariful Islam kazi331

🏠
Working from home
View GitHub Profile
@kazi331
kazi331 / .bashrc
Last active January 14, 2025 07:43
minimal but clean and beautiful bashrcs | alternative to zsh
#aliases
alias x="exit"
alias c="clear"
#alias firefox='/opt/firefox/firefox'
alias pnd="pnpm dev"
alias nd="npm run dev"
alias ns="npm start"
alias nb="npm run build"