From bad1f85b5de4aa266617b54c558e07f2ebf3462f Mon Sep 17 00:00:00 2001 From: paul-loedige Date: Tue, 8 Dec 2020 16:22:08 +0100 Subject: [PATCH] new alias' --- bash/.bashrc | 4 ++++ 1 file changed, 4 insertions(+) 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 ../..'