Update bash/.bashrc

added poweroff shotcut
This commit is contained in:
2025-11-09 11:58:21 +00:00
parent 9be463e5f3
commit 42c703aa1b

View File

@@ -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'