Bash -> zsh

This commit is contained in:
paul-loedige
2021-07-14 14:32:00 +02:00
parent d86c5e58e6
commit fce57202d3
2 changed files with 137 additions and 3 deletions
-3
View File
@@ -16,9 +16,6 @@ export PATH=$PATH:~/.local/bin
alias dog='cat'
alias rr='curl -s -L https://raw.githubusercontent.com/keroserene/rickrollrc/master/roll.sh | bash' #rickroll
#alias vim to nvim
alias vim='nvim'
#shutdown and reboot
alias sn='shutdown now'
alias rb='reboot'