diff options
author | xyz <gky44px1999@gmail.com> | 2021-12-26 23:25:46 -0800 |
---|---|---|
committer | xyz <gky44px1999@gmail.com> | 2021-12-26 23:25:46 -0800 |
commit | 536afb80307e2f964293d6e1bd523be53aa74874 (patch) | |
tree | b6084429c60e06abed41c075bc6266f219ce949c /home/xyz/.bashrc | |
parent | 56150fe13c5c6842ade912740089b905ae082c8f (diff) |
bashrc, sudo fbgrab
Diffstat (limited to 'home/xyz/.bashrc')
-rw-r--r-- | home/xyz/.bashrc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/home/xyz/.bashrc b/home/xyz/.bashrc index 6b68a07b..ea600519 100644 --- a/home/xyz/.bashrc +++ b/home/xyz/.bashrc @@ -31,7 +31,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; do +for cmd in iotop nethogs hardcode-fixer ventoy du units_cur fbgrab; do alias $cmd="sudo $cmd" done unset cmd @@ -47,7 +47,7 @@ alias radeontop='radeontop -c' alias rm='rm -I' alias sdcv='sdcv --color' alias shellcheck='shellcheck -x' -alias tree='tree -a' +alias tree='sudo -E tree -a' alias uname='uname -a' # different name |