diff options
-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' |