From 42c703aa1b0427d6acb34ced4442a9ce9e17b07b Mon Sep 17 00:00:00 2001 From: Sandro Pugliese Date: Sun, 9 Nov 2025 11:58:21 +0000 Subject: [PATCH] Update bash/.bashrc added poweroff shotcut --- bash/.bashrc | 1 + 1 file changed, 1 insertion(+) 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'