aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authortypebrook <typebrook@gmail.com>2020-03-24 17:40:31 +0800
committertypebrook <typebrook@gmail.com>2020-03-24 17:52:35 +0800
commitd60df1619a62676bb486d6805048b167627834b2 (patch)
tree37cda8f68a5f8c868bd32176e81722b6984cde7f
parentd8a9585c8195632cb351db8fa7f0eb9901dd8d5b (diff)
Add shorter subcommand for 'all'
-rwxr-xr-xgist2
1 files changed, 1 insertions, 1 deletions
diff --git a/gist b/gist
index 83f6c62..d77730c 100755
--- a/gist
+++ b/gist
@@ -757,7 +757,7 @@ case "$1" in
757 _show_list ;; 757 _show_list ;;
758 star | s) 758 star | s)
759 mark=s _show_list ;; 759 mark=s _show_list ;;
760 all ) 760 all | a)
761 mark=. _show_list ;; 761 mark=. _show_list ;;
762 fetch | f) 762 fetch | f)
763 _fetch_gists "$2" ;; 763 _fetch_gists "$2" ;;