diff options
author | Xiao Pan <gky44px1999@gmail.com> | 2023-11-19 02:51:50 -0800 |
---|---|---|
committer | Xiao Pan <gky44px1999@gmail.com> | 2023-11-19 02:59:56 -0800 |
commit | 0a80fc2dcc71d3c269894a8e9cc9c58a9ac6296f (patch) | |
tree | aa69b3503449bc83fdae3859abcb69a3dcb15805 /home | |
parent | 1de47c8b5574613e818e7bc6f98d294734e849ad (diff) |
update
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 9e445761..2de1a675 100755 --- a/home/xyz/.local/bin/gita +++ b/home/xyz/.local/bin/gita @@ -3,7 +3,7 @@ cmd=git -while getopts cls f; do +while getopts ls f; do case $f in l|s) cmd="cfg -$f";; \?) exit 1;; |