Skip to content

Commit

Permalink
limited config for zsh
Browse files Browse the repository at this point in the history
  • Loading branch information
debaraj-barua committed Mar 18, 2024
1 parent a1da137 commit 0e12b1e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions zsh/.zshrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
export PATH="$HOME/.dotfiles/git/:$PATH"
alias git-back='git stash && git checkout - && git stash pop'
alias ll='ls -alF'
alias la='ls -A'
alias l='ls -CF'

0 comments on commit 0e12b1e

Please sign in to comment.