do not add git alias in aliases.zsh

(this is a modification added by cadusk branch)

Signed-off-by: Gaetan Semet <gaetan@xeberon.net>
This commit is contained in:
Gaetan Semet 2014-02-03 14:08:59 +01:00
commit 287635e6e1

View file

@ -52,6 +52,3 @@ alias sl=ls # often screw this up
alias afind='ack-grep -il' alias afind='ack-grep -il'
# Git aliases
alias gits='git st'
alias gitk='gitk --all &'