mirror of
https://github.com/pgrondek/config.git
synced 2024-11-22 20:13:43 +00:00
8 lines
93 B
Bash
8 lines
93 B
Bash
alias home='cd ~'
|
|
alias root='cd /'
|
|
|
|
alias q=exit
|
|
alias open=xdg-open
|
|
|
|
alias jar='java -jar'
|