mirror of
https://github.com/pgrondek/config.git
synced 2025-02-16 23:06:31 +00:00
7 lines
93 B
Bash
7 lines
93 B
Bash
alias home='cd ~'
|
|
alias root='cd /'
|
|
|
|
alias q=exit
|
|
alias open=xdg-open
|
|
|
|
alias jar='java -jar'
|