diff options
author | xyz <gky44px1999@gmail.com> | 2022-08-13 18:21:13 -0700 |
---|---|---|
committer | xyz <gky44px1999@gmail.com> | 2022-08-13 18:21:13 -0700 |
commit | b9e8737cca1ccfce8a39c17b13b63405bfbaf126 (patch) | |
tree | 5886ce87d0f7ed6954e107aa8c1955b78c00932b | |
parent | eb446d45e9322a386f061508d3ebae19222cff3a (diff) |
refactor
-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 cb498d4f..c9a1e2b3 100644 --- a/home/xyz/.bashrc +++ b/home/xyz/.bashrc @@ -35,7 +35,7 @@ PS1="\[$(tput setaf 1)\][\u@\h \W]\$ \[$(tput sgr0)\]" for cmd in iotop nethogs hardcode-fixer ventoy du units_cur fbgrab powertop nft rpi-imager fdisk intel_gpu_top dmesg; do alias $cmd="sudo $cmd" done -for cmd in pacdiff 'tree -a'; do +for cmd in pacdiff 'tree -a' visudo; do alias ${cmd%% *}="sudo -E $cmd" done unset cmd |