...
This commit is contained in:
parent
275b8bdf2c
commit
6455d789aa
1 changed files with 6 additions and 0 deletions
|
@ -4,6 +4,12 @@ cd \
|
|||
.. \
|
||||
"
|
||||
|
||||
# change current directory to its parent's parent
|
||||
alias ...="\
|
||||
cd \
|
||||
../.. \
|
||||
"
|
||||
|
||||
# swap directory (current ↔ previous)
|
||||
alias sd="\
|
||||
cd \
|
||||
|
|
Loading…
Reference in a new issue