Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
minor
  • Loading branch information
Oshuma committed Dec 3, 2012
1 parent 0906e9a commit 1445065
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/alias.zsh
Expand Up @@ -19,7 +19,7 @@ alias scr='screen -A -m -S'
# git
alias git='nocorrect git' # no zsh correction for 'git'
alias ga='git add'
alias gb='git branch -a -v'
alias gb='git branch -v'
alias gcm='git commit -m ' # must pass commit message
alias gd='git diff'
alias gi='git status; echo; git branch -av'
Expand Down

0 comments on commit 1445065

Please sign in to comment.