1
0
Fork 0
mirror of https://github.com/pgrondek/config.git synced 2025-02-16 23:06:31 +00:00
config/bash_aliases
2019-04-05 00:05:30 +02:00

5 lines
70 B
Bash

alias home='cd ~'
alias root='cd /'
alias q=exit
alias open=xdg-open