dotfiles/.bash_aliases

6 lines
135 B
Bash
Raw Normal View History

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