Skip to content

Commit

Permalink
Removing gdb alias as it conflicts with an actual command for gdb. Cl…
Browse files Browse the repository at this point in the history
…oses ohmyzsh#17
  • Loading branch information
robbyrussell committed Nov 8, 2009
1 parent 286559d commit eb05b61
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/aliases.zsh
Expand Up @@ -37,7 +37,6 @@ alias gc='git commit -v'
alias gca='git commit -v -a'
alias gb='git branch'
alias gba='git branch -a'
alias gdb='git branch -d'
alias gcount='git shortlog -sn'
alias gcp='git cherry-pick'

Expand Down

0 comments on commit eb05b61

Please sign in to comment.