summaryrefslogtreecommitdiff
path: root/ar/.config/shell/aliasrc
diff options
context:
space:
mode:
authorTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2026-03-16 11:11:41 +0900
committerTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2026-03-16 11:11:41 +0900
commit9cb363aac049f1ef8f930a3e675e7f12ba95a4c1 (patch)
tree6e02839beb3299ec99a4a28ab766bcbf5bf2d922 /ar/.config/shell/aliasrc
parent3d3bb8c1e229ff6647f7dc12410f78df37c878ba (diff)
modified shell/aliasrc
Diffstat (limited to 'ar/.config/shell/aliasrc')
-rw-r--r--ar/.config/shell/aliasrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/ar/.config/shell/aliasrc b/ar/.config/shell/aliasrc
index 79402b0..a70a162 100644
--- a/ar/.config/shell/aliasrc
+++ b/ar/.config/shell/aliasrc
@@ -12,7 +12,7 @@
[ -f "$MBSYNCRC" ] && alias mbsync='mbsync -c $MBSYNCRC'
# sudo not required for some system commands
-for command in arp-scan blkid ecrypt lsblk mount umount pacman poweroff reboot shutdown su sv updatedb; do
+for command in arp-scan blkid lsblk mount umount pacman poweroff reboot shutdown su sv updatedb; do
alias $command="sudo $command"
done
unset command