Add zshrc and refactor shell configration
This commit is contained in:
parent
e23e66f801
commit
660a6e8eb5
4 changed files with 149 additions and 11 deletions
5
.bash_aliases
Normal file
5
.bash_aliases
Normal file
|
@ -0,0 +1,5 @@
|
|||
alias k9=k9s
|
||||
alias rsync="rsync -e 'ssh -o RemoteCommand=none'"
|
||||
alias sudosu="sudo bash --rcfile ~/.bashrc"
|
||||
alias bell="echo -e '\a'"
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue