sd
This commit is contained in:
parent
7358508a93
commit
57c4d58631
1 changed files with 8 additions and 1 deletions
|
@ -1,6 +1,13 @@
|
||||||
# change current directory to its parent
|
# change current directory to its parent
|
||||||
alias ..="\
|
alias ..="\
|
||||||
cd .. \
|
cd \
|
||||||
|
.. \
|
||||||
|
"
|
||||||
|
|
||||||
|
# swap directory (current ↔ previous)
|
||||||
|
alias sd="\
|
||||||
|
cd \
|
||||||
|
- \
|
||||||
"
|
"
|
||||||
|
|
||||||
# import source file
|
# import source file
|
||||||
|
|
Loading…
Reference in a new issue