From 6cedf1d01374e7b9d228bda6f5b348e4e7b7efa5 Mon Sep 17 00:00:00 2001 From: xyz Date: Fri, 7 Jan 2022 16:54:16 -0800 Subject: bashrc, sudo powertop alias --- home/xyz/.bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'home') 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 -- cgit v1.2.3-70-g09d2