summaryrefslogtreecommitdiff
path: root/home/xyz/.local
diff options
context:
space:
mode:
Diffstat (limited to 'home/xyz/.local')
-rwxr-xr-xhome/xyz/.local/bin/gita2
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