diff options
Diffstat (limited to 'home/xyz/.bashrc')
-rw-r--r-- | home/xyz/.bashrc | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/home/xyz/.bashrc b/home/xyz/.bashrc index 610915ec..d5bd53b5 100644 --- a/home/xyz/.bashrc +++ b/home/xyz/.bashrc @@ -38,7 +38,10 @@ for cmd in hardcode-fixer ventoy du units_cur fbgrab powertop nft rpi-imager fdi alias $cmd="sudo $cmd" done for cmd in pacdiff visudo; do - alias ${cmd%% *}="sudo -E $cmd" + alias $cmd="sudo -E $cmd" +done +for cmd in loop o 'watch -c'; do + alias ${cmd%% *}="$cmd " done unset cmd @@ -51,7 +54,6 @@ alias diff='diff --color=auto' alias glmark2='glmark2 --fullscreen --annotate' alias grep='grep --color=auto' #alias info='info --vi-keys' -alias loop='loop ' alias ls='ls --color=auto' alias radeontop='radeontop -c' alias rem='rem -@' @@ -62,7 +64,6 @@ alias shellcheck='shellcheck -x' alias tree='tree -aC | "$PAGER"' alias uname='uname -a' alias vkmark='vkmark --fullscreen' -alias watch='watch -c ' # different name # /dev/ttyACM0 can be in config file, or as environmantal variable, see /usr/share/doc/adafruit-ampy/README.md |