summaryrefslogtreecommitdiff
path: root/.bashrc
diff options
context:
space:
mode:
Diffstat (limited to '.bashrc')
-rw-r--r--.bashrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.bashrc b/.bashrc
index 95a465b8..78401eb3 100644
--- a/.bashrc
+++ b/.bashrc
@@ -22,7 +22,7 @@ esac
PS1='\[\e[0;91m\][\u@\h \W]\$ \[\e[0m\]'
# https://github.com/LukeSmithxyz/voidrice/blob/master/.config/shell/aliasrc
-for cmd in iotop nethogs hardcode-fixer; do
+for cmd in iotop nethogs hardcode-fixer ventoy; do
alias $cmd="sudo $cmd"
done
unset cmd