5 lines
135 B
Bash
5 lines
135 B
Bash
alias k9=k9s
|
|
alias rsync="rsync -e 'ssh -o RemoteCommand=none'"
|
|
alias sudosu="sudo bash --rcfile ~/.bashrc"
|
|
alias bell="echo -e '\a'"
|
|
|