diff options
Diffstat (limited to 'home/xyz')
-rw-r--r-- | home/xyz/.bashrc | 2 | ||||
-rwxr-xr-x | home/xyz/.local/bin/topa | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/home/xyz/.bashrc b/home/xyz/.bashrc index 7cf1e816..566803a2 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 nft rpi-imager fdisk intel_gpu_top dmesg; do +for cmd in hardcode-fixer ventoy du units_cur fbgrab powertop nft rpi-imager fdisk dmesg; do alias $cmd="sudo $cmd" done for cmd in pacdiff 'tree -a' visudo; do diff --git a/home/xyz/.local/bin/topa b/home/xyz/.local/bin/topa index f9e59cf1..32529979 100755 --- a/home/xyz/.local/bin/topa +++ b/home/xyz/.local/bin/topa @@ -2,7 +2,7 @@ o alacritty -e htop #o alacritty -e radeontop -c -o alacritty -e sudo iotop -o alacritty -e sudo nethogs -o alacritty -e sudo intel_gpu_top +o alacritty -e iotop +o alacritty -e nethogs +o alacritty -e intel_gpu_top o alacritty -e nvtop |