diff options
author | Xiao Pan <gky44px1999@gmail.com> | 2023-12-19 10:21:37 +0000 |
---|---|---|
committer | Xiao Pan <gky44px1999@gmail.com> | 2023-12-19 10:21:37 +0000 |
commit | b841911dd34b292bbae5edcf1f27b2b9317369bc (patch) | |
tree | debbf89bb798db9aff72baba60357815cf040755 /home/xyz/.bashrc | |
parent | a72896c4e70064d18e9b2849266b5c7849b1fdc2 (diff) |
update
Diffstat (limited to 'home/xyz/.bashrc')
-rw-r--r-- | home/xyz/.bashrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/xyz/.bashrc b/home/xyz/.bashrc index 4393698d..0f98c0a1 100644 --- a/home/xyz/.bashrc +++ b/home/xyz/.bashrc @@ -32,7 +32,7 @@ esac PS1="\[$(tput setaf 2)\][\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 |