diff options
author | xyz <gky44px1999@gmail.com> | 2021-10-17 00:35:25 -0700 |
---|---|---|
committer | xyz <gky44px1999@gmail.com> | 2021-10-17 00:35:25 -0700 |
commit | 1588feb0def98b4fdc50c240bb6ddd3eb1048c2d (patch) | |
tree | 377f403a88137831adf6df86c1e14983bf8a4ff9 | |
parent | ef9323f37e210fcaaf4ceff881be0b9f5667619c (diff) |
refactor
-rw-r--r-- | .bashrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |