mirror of
https://github.com/pgrondek/config.git
synced 2024-11-26 13:44:23 +00:00
6 lines
70 B
Bash
6 lines
70 B
Bash
|
alias home='cd ~'
|
||
|
alias root='cd /'
|
||
|
|
||
|
alias q=exit
|
||
|
alias open=xdg-open
|