From ed8cf0d51437a8ab819a3e9a84433a7b0c652c94 Mon Sep 17 00:00:00 2001 From: xyz Date: Tue, 7 Sep 2021 13:09:31 -0700 Subject: add cfgs --- .local/bin/gita | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to '.local/bin/gita') diff --git a/.local/bin/gita b/.local/bin/gita index d3a7f0ad..6f5dc76c 100755 --- a/.local/bin/gita +++ b/.local/bin/gita @@ -3,10 +3,11 @@ cmd='git' -while getopts lc f; do +while getopts cls f; do case $f in - l) cmd='cfgl';; c) cmd='cfgc';; + l) cmd='cfgl';; + s) cmd='cfgs';; \?) exit 1;; esac done -- cgit v1.2.3-70-g09d2