summaryrefslogtreecommitdiff
path: root/home
diff options
context:
space:
mode:
authorxyz <gky44px1999@gmail.com>2022-01-30 16:45:28 -0800
committerxyz <gky44px1999@gmail.com>2022-01-30 16:45:28 -0800
commit01efded2834db2ea4b9aca19274349e6b5f98b9a (patch)
treeba4b07b8b9e520de87794d70457a503c131bf731 /home
parent7ec9a07b2b2937ccc581531c6d500a0db360d39c (diff)
.bashrc, sudo nft
Diffstat (limited to 'home')
-rw-r--r--home/xyz/.bashrc2
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