summaryrefslogtreecommitdiff
path: root/home/xyz/.bashrc
diff options
context:
space:
mode:
authorxyz <gky44px1999@gmail.com>2021-12-01 00:25:37 -0800
committerxyz <gky44px1999@gmail.com>2021-12-01 00:25:37 -0800
commitbf2fb87adf21096f6ac40e2a61993ea027215e1e (patch)
treebfca311b432579f83d264bc69ed0c7edf4c6648c /home/xyz/.bashrc
parentf32e2cca07d780e4713e53e53c3443ce8600e297 (diff)
bashrc, alias sudo du
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 4ea11cb0..2ad4491f 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; do
+for cmd in iotop nethogs hardcode-fixer ventoy du; do
alias $cmd="sudo $cmd"
done
unset cmd