summaryrefslogtreecommitdiff
path: root/ar/.config/shell
diff options
context:
space:
mode:
authorTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2026-02-16 02:55:27 +0900
committerTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2026-02-16 02:55:27 +0900
commitfff6db48740662230ccda7f3ab00038a53186665 (patch)
tree99bbdc1bb1b005f9965b854d42434c43efdb8acd /ar/.config/shell
parent719ddcc17b24a928458cbe15f3a92d2e49decbc2 (diff)
modified shell/aliasrc, modified tmux/tmux.conf, created bin/ddb, created bin/v2m
Diffstat (limited to 'ar/.config/shell')
-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 3688ef4..712c72c 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 docker ecrypt lazydocker lsblk mount umount pacman poweroff reboot shutdown su sv updatedb; do
+for command in arp-scan blkid ecrypt lsblk mount umount pacman poweroff reboot shutdown su sv updatedb; do
alias $command="sudo $command"
done
unset command