Remove '..' alias.
- cd ..; cd ../..; cd ../../..; cd ../../../.. are aliased by default on zsh to ..; ...; ....; ..... respectively.
This commit is contained in:
parent
73ea651afd
commit
f4c5a7dba2
@ -15,7 +15,6 @@ alias psg="ps aux | grep "
|
|||||||
alias psr='ps aux | grep ruby'
|
alias psr='ps aux | grep ruby'
|
||||||
|
|
||||||
# Moving around
|
# Moving around
|
||||||
alias ..='cd ..'
|
|
||||||
alias cdb='cd -'
|
alias cdb='cd -'
|
||||||
|
|
||||||
# Show human friendly numbers and colors
|
# Show human friendly numbers and colors
|
||||||
|
Loading…
Reference in New Issue
Block a user