diff --git a/bash/.bashrc b/bash/.bashrc index d873abb..436ea05 100644 --- a/bash/.bashrc +++ b/bash/.bashrc @@ -13,6 +13,10 @@ PS1='[\u@\h \W]\$ ' alias dog='cat' alias rr='curl -s -L https://raw.githubusercontent.com/keroserene/rickrollrc/master/roll.sh | bash' #rickroll +#shutdown and reboot +alias sn='shutdown now' +alias rb='reboot' + # navigation alias ..='cd ..' alias ...='cd ../..'