6 lines
70 B
Bash
6 lines
70 B
Bash
alias home='cd ~'
|
|
alias root='cd /'
|
|
|
|
alias q=exit
|
|
alias open=xdg-open
|