Removed duplicated line

Signed-off-by: Gaetan Semet <gaetan@xeberon.net>
This commit is contained in:
Gaetan Semet 2013-08-13 15:27:25 +02:00
commit 20713e352a

View file

@ -15,7 +15,6 @@ alias gpr='git pull --rebase'
compdef _git gpr=git-pull
alias gp='git push'
compdef _git gp=git-push
compdef _git gd=git-diff
alias gf='git fetch --all'
compdef _git gf='git-fetch'
alias gfa='git fetch --all'