diff options
author | xyz <gky44px1999@gmail.com> | 2022-04-01 22:32:19 -0700 |
---|---|---|
committer | xyz <gky44px1999@gmail.com> | 2022-04-01 22:32:19 -0700 |
commit | 393abf5ed252b9306573ea25c4f381266e901bfb (patch) | |
tree | c12a399e871b727c91d70a40d8a88d7d31ec5d8a /home/xyz | |
parent | fcc351d04632ea1eb59db197461a8268bb40752e (diff) |
bashrc alias sudo dmesg
Diffstat (limited to 'home/xyz')
-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 6e44ef97..6ba89d65 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; do +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 |