diff options
author | xyz <gky44px1999@gmail.com> | 2021-12-15 14:04:12 -0800 |
---|---|---|
committer | xyz <gky44px1999@gmail.com> | 2021-12-15 14:04:12 -0800 |
commit | 2ab91ce30ae4fad96fba387290d39d08dbb315dd (patch) | |
tree | e3b1b0d0e3311cde61a06c07e8c34c3c705feb6e /home | |
parent | 09f11460af89632fca44f28d23e5996f127171b5 (diff) |
bashrc, alias add sudo units_cur
Diffstat (limited to 'home')
-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 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 |