alias/bash
This commit is contained in:
parent
4ce6077f23
commit
b5761c429b
1 changed files with 0 additions and 0 deletions
5
bash/alias/bash.sh
Normal file
5
bash/alias/bash.sh
Normal file
|
@ -0,0 +1,5 @@
|
|||
# change current directory to its parent
|
||||
alias ..='cd ..'
|
||||
|
||||
# exit terminal
|
||||
alias x='exit'
|
Loading…
Add table
Add a link
Reference in a new issue