diff options
author | Xiao Pan <gky44px1999@gmail.com> | 2023-11-19 02:51:50 -0800 |
---|---|---|
committer | Xiao Pan <gky44px1999@gmail.com> | 2023-11-19 11:01:04 +0000 |
commit | 972cf45232f8de58729beef788dab38f20378779 (patch) | |
tree | 6f9d959c73fa614de5a160cf49bc83d3b22622f7 /home/xyz | |
parent | 5700ade59e50b80760c5333e530a18d81cd562e1 (diff) |
update
Diffstat (limited to 'home/xyz')
-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;; |