summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxyz <gky44px1999@gmail.com>2021-10-17 00:35:25 -0700
committerxyz <gky44px1999@gmail.com>2021-10-17 00:35:25 -0700
commit1588feb0def98b4fdc50c240bb6ddd3eb1048c2d (patch)
tree377f403a88137831adf6df86c1e14983bf8a4ff9
parentef9323f37e210fcaaf4ceff881be0b9f5667619c (diff)
refactor
-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