From 2ab91ce30ae4fad96fba387290d39d08dbb315dd Mon Sep 17 00:00:00 2001 From: xyz Date: Wed, 15 Dec 2021 14:04:12 -0800 Subject: bashrc, alias add sudo units_cur --- home/xyz/.bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'home/xyz/.bashrc') diff --git a/home/xyz/.bashrc b/home/xyz/.bashrc index 8eb18704..80531e86 100644 --- a/home/xyz/.bashrc +++ b/home/xyz/.bashrc @@ -31,7 +31,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; do +for cmd in iotop nethogs hardcode-fixer ventoy du units_cur; do alias $cmd="sudo $cmd" done unset cmd -- cgit v1.2.3-70-g09d2