Remove '..' alias.

- cd ..; cd ../..; cd ../../..; cd ../../../.. are aliased by
  default on zsh to ..; ...; ....; ..... respectively.
This commit is contained in:
Rafael Regis 2013-01-17 14:36:34 -02:00
parent 73ea651afd
commit f4c5a7dba2

View File

@ -15,7 +15,6 @@ alias psg="ps aux | grep "
alias psr='ps aux | grep ruby'
# Moving around
alias ..='cd ..'
alias cdb='cd -'
# Show human friendly numbers and colors