diff --git a/bash/.bashrc b/bash/.bashrc index dbcd9ee..419f4e2 100644 --- a/bash/.bashrc +++ b/bash/.bashrc @@ -10,6 +10,7 @@ alias ls='ls --color=auto' alias ll='ls -alhF' alias grep='grep --color=auto' alias fetch='fastfetch' +alias off='poweroff' alias grub-update='sudo grub-mkconfig -o /boot/grub/grub.cfg'