summaryrefslogtreecommitdiff
path: root/home/xyz/.bashrc
diff options
context:
space:
mode:
authorxyz <gky44px1999@gmail.com>2022-01-07 16:54:16 -0800
committerxyz <gky44px1999@gmail.com>2022-01-07 16:54:16 -0800
commit6cedf1d01374e7b9d228bda6f5b348e4e7b7efa5 (patch)
tree7f4d09e76713706accd84580186ae01efe44cd92 /home/xyz/.bashrc
parent616054e22803a88110bb3e7c677d9019d8336074 (diff)
bashrc, sudo powertop alias
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 80c4b435..f7d75d7d 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; do
+for cmd in iotop nethogs hardcode-fixer ventoy du units_cur fbgrab powertop; do
alias $cmd="sudo $cmd"
done
#for cmd in weechat; do