diff options
author | xyz <gky44px1999@gmail.com> | 2022-01-30 16:45:28 -0800 |
---|---|---|
committer | xyz <gky44px1999@gmail.com> | 2022-01-30 16:45:28 -0800 |
commit | 01efded2834db2ea4b9aca19274349e6b5f98b9a (patch) | |
tree | ba4b07b8b9e520de87794d70457a503c131bf731 /home | |
parent | 7ec9a07b2b2937ccc581531c6d500a0db360d39c (diff) |
.bashrc, sudo nft
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 aa86814c..14402d32 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 powertop; do +for cmd in iotop nethogs hardcode-fixer ventoy du units_cur fbgrab powertop nft; do alias $cmd="sudo $cmd" done #for cmd in weechat; do |