Add zshrc and refactor shell configration

This commit is contained in:
Daniel McKnight 2025-05-29 21:20:03 -07:00
parent e23e66f801
commit 660a6e8eb5
4 changed files with 149 additions and 11 deletions

5
.bash_aliases Normal file
View 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'"