summaryrefslogtreecommitdiff
path: root/home
diff options
context:
space:
mode:
authorXiao Pan <gky44px1999@gmail.com>2023-12-19 02:21:49 -0800
committerXiao Pan <gky44px1999@gmail.com>2023-12-19 02:21:49 -0800
commit65b45233cc9609c61b8b77bd0d567d6a00980ae5 (patch)
tree72b76156cd8d1e30a408bf7e11ed040ee10be24d /home
parentb61210f2f907f4ee540ddd0569152fe980c664ff (diff)
update
Diffstat (limited to 'home')
-rw-r--r--home/xyz/.bashrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/home/xyz/.bashrc b/home/xyz/.bashrc
index cd236538..43886012 100644
--- a/home/xyz/.bashrc
+++ b/home/xyz/.bashrc
@@ -32,7 +32,7 @@ esac
PS1="\[$(tput setaf 4)\][\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