summaryrefslogtreecommitdiff
path: root/home/xyz/.bashrc
diff options
context:
space:
mode:
authorxyz <gky44px1999@gmail.com>2022-08-15 23:43:43 -0700
committerxyz <gky44px1999@gmail.com>2022-08-15 23:43:43 -0700
commit1d53fb24af1689ca2544f25b5b1bdb43a2510dd8 (patch)
treea1d48c5835c260be09a20e09750392102c683e10 /home/xyz/.bashrc
parent6c41c0b031a8abd37d9d6332b823dae803530f80 (diff)
some cli no need sudo, bacause I `setcap ...`
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 7cf1e816..566803a2 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 iotop nethogs hardcode-fixer ventoy du units_cur fbgrab powertop nft rpi-imager fdisk intel_gpu_top dmesg; do
+for cmd in hardcode-fixer ventoy du units_cur fbgrab powertop nft rpi-imager fdisk dmesg; do
alias $cmd="sudo $cmd"
done
for cmd in pacdiff 'tree -a' visudo; do