aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rwxr-xr-xgist2
1 files changed, 2 insertions, 0 deletions
diff --git a/gist b/gist
index 423de11..9edd8ca 100755
--- a/gist
+++ b/gist
@@ -752,6 +752,8 @@ case "$1" in
752 _show_list ;; 752 _show_list ;;
753 star | s) 753 star | s)
754 mark=s _show_list ;; 754 mark=s _show_list ;;
755 all )
756 mark=. _show_list ;;
755 fetch | f) 757 fetch | f)
756 _fetch_gists "$2" ;; 758 _fetch_gists "$2" ;;
757 new | n) 759 new | n)