6 lines
135 B
Bash
6 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'"
|
||
|
|