diff options
author | Xiao Pan <gky44px1999@gmail.com> | 2023-02-20 00:27:51 -0800 |
---|---|---|
committer | Xiao Pan <gky44px1999@gmail.com> | 2023-02-20 00:27:51 -0800 |
commit | bec7a512af6b8d5a9a9e20e794e4e5624a8b587b (patch) | |
tree | 0e36f3fad41ae24dd6579738054b1fc0e6b0eaac /home/xyz/.bashrc | |
parent | c4144b79036b56b68305f8a5a6d2af3f1a8c926f (diff) |
update
Diffstat (limited to 'home/xyz/.bashrc')
-rw-r--r-- | home/xyz/.bashrc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/home/xyz/.bashrc b/home/xyz/.bashrc index 5eb41c52..367f1e96 100644 --- a/home/xyz/.bashrc +++ b/home/xyz/.bashrc @@ -43,6 +43,8 @@ unset cmd # same name alias absolutely-proprietary='echo n | absolutely-proprietary -f' 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' |