diff --git a/.bash_aliases b/.bash_aliases index 19cc249..cb9251a 100644 --- a/.bash_aliases +++ b/.bash_aliases @@ -20,6 +20,7 @@ alias untar="tar -xzf" alias suspend="i3lock -c 000000 && systemctl suspend" alias standby="i3lock -c 000000 && systemctl suspend" alias hibernate="i3lock -c 000000 && systemctl hibernate" +alias shutdown="sudo shutdown --no-wall now" # git alias gsps="git stash && git pull && git stash pop" # typo