diff options
author | xyz <gky44px1999@gmail.com> | 2022-01-26 18:54:18 -0800 |
---|---|---|
committer | xyz <gky44px1999@gmail.com> | 2022-01-26 18:54:18 -0800 |
commit | f7326e77a493a5eb616e4a6ec8aaeeeeb3a11243 (patch) | |
tree | d97eaf5fd2c129c600d2ddc4d61f2a941755a858 /home | |
parent | 7dfbdb096f7afb9842e671d93b817ff4c97e5389 (diff) |
gita, no gita -c any more
Diffstat (limited to 'home')
-rwxr-xr-x | home/xyz/.local/bin/gita | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/xyz/.local/bin/gita b/home/xyz/.local/bin/gita index 8d7e7f2a..27b45549 100755 --- a/home/xyz/.local/bin/gita +++ b/home/xyz/.local/bin/gita @@ -5,7 +5,7 @@ cmd=git while getopts cls f; do case $f in - c|l|s) cmd="cfg -$f";; + l|s) cmd="cfg -$f";; \?) exit 1;; esac done |