moved reverse path aliases from .alias to .zshrc
files: .zshrc
This commit is contained in:
parent
2c425a906d
commit
6f5e33c3e3
1 changed files with 3 additions and 0 deletions
3
.zshrc
3
.zshrc
|
@ -37,4 +37,7 @@ precmd() {
|
|||
# Report CPU usage for commands running longer than 5 seconds
|
||||
REPORTTIME=1
|
||||
|
||||
alias ../..='cd ../..'
|
||||
alias ../../..='cd ../../..'
|
||||
|
||||
. ~/.autoload
|
||||
|
|
Loading…
Reference in a new issue