summaryrefslogtreecommitdiff
path: root/home/xyz/.bashrc
diff options
context:
space:
mode:
authorXiao Pan <gky44px1999@gmail.com>2023-12-07 16:17:43 -0800
committerXiao Pan <gky44px1999@gmail.com>2023-12-07 16:17:43 -0800
commit86a0d2ffab93c1fc408f4b66bc850f0d97c18b97 (patch)
treeb061d4d749715c78188e7e830b43e703b568589f /home/xyz/.bashrc
parentd211cd222a5ac932e04389a166a0d48bf83ff461 (diff)
no alias sudo du
Diffstat (limited to 'home/xyz/.bashrc')
-rw-r--r--home/xyz/.bashrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/home/xyz/.bashrc b/home/xyz/.bashrc
index d3488e51..de0e0657 100644
--- a/home/xyz/.bashrc
+++ b/home/xyz/.bashrc
@@ -32,7 +32,7 @@ esac
PS1="\[$(tput setaf 1)\][\u@\h \W]\$ \[$(tput sgr0)\]"
# https://github.com/LukeSmithxyz/voidrice/blob/master/.config/shell/aliasrc
-for cmd in hardcode-fixer ventoy du units_cur fbgrab powertop nft rpi-imager fdisk dmesg; do
+for cmd in hardcode-fixer ventoy units_cur fbgrab powertop nft rpi-imager fdisk dmesg; do
alias $cmd="sudo $cmd"
done
for cmd in pacdiff visudo; do