diff options
author | Xiao Pan <gky44px1999@gmail.com> | 2023-10-24 21:50:59 -0700 |
---|---|---|
committer | Xiao Pan <gky44px1999@gmail.com> | 2023-10-24 21:50:59 -0700 |
commit | 35d2b77e31f9ee44de0bab3313e338d28b880706 (patch) | |
tree | bf44b2814edcaebfb688ca29fedb6cbab2cabc46 /home | |
parent | 7f010fd4a21a386fed94fb414f08d0bed0cca19e (diff) |
update
Diffstat (limited to 'home')
-rw-r--r-- | home/xyz/.bashrc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/home/xyz/.bashrc b/home/xyz/.bashrc index 87858848..9cedf07f 100644 --- a/home/xyz/.bashrc +++ b/home/xyz/.bashrc @@ -49,11 +49,9 @@ alias alsamixer='alsamixer -V all' # I can't find a quick and easy way to temperory disable cloc config file except to change config file. Using an alias can disable --vcs with just \cloc. alias cloc='cloc --vcs auto' alias diff='diff --color=auto' -alias glmark2='glmark2 --fullscreen --annotate' alias grep='grep --color=auto' #alias info='info --vi-keys' alias ls='ls --color=auto' -alias radeontop='radeontop -c' alias rem='rem -@' alias remind='remind -@' alias rm='rm -I' @@ -61,7 +59,6 @@ alias sdcv='sdcv --color' alias shellcheck='shellcheck -x' alias tree='tree -aC | "$PAGER"' alias uname='uname -a' -alias vkmark='vkmark --fullscreen' # different name alias a=alarm |