diff options
author | xyz <gky44px1999@gmail.com> | 2022-03-18 16:43:28 -0700 |
---|---|---|
committer | xyz <gky44px1999@gmail.com> | 2022-03-18 16:43:28 -0700 |
commit | 63efea7b460c4222ff18c5744da53c113268e9a5 (patch) | |
tree | 1bf3c8927b48b410249d8b4ecbc19eec7ef79f6e /home | |
parent | 35f378d3c6155bc248fe840be34f21931fe5b480 (diff) |
.bashrc, alias sudo intel_gpu_top
Diffstat (limited to 'home')
-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 69dbfa00..34296b7a 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; do +for cmd in iotop nethogs hardcode-fixer ventoy du units_cur fbgrab powertop nft rpi-imager fdisk intel_gpu_top; do alias $cmd="sudo $cmd" done for cmd in pacdiff 'tree -a'; do |