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:51:50 -0800 |
commit | 9758a139ef614b94cbdca8d2cd0c884c822ab4b6 (patch) | |
tree | 9cf2e61c3776886ebee3ef8be09506fa3fb3b0ef /home/xyz/.local | |
parent | 072881f54714671fa11c96aec7e2cc7c7e9b22ec (diff) |
update
Diffstat (limited to 'home/xyz/.local')
-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;; |