aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/gist
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/gist')
-rwxr-xr-xscripts/gist3
1 files changed, 1 insertions, 2 deletions
diff --git a/scripts/gist b/scripts/gist
index 07962cd..2f0a3f7 100755
--- a/scripts/gist
+++ b/scripts/gist
@@ -548,12 +548,11 @@ usage() {
548_apply_config "$@" || exit 1 548_apply_config "$@" || exit 1
549getConfiguredClient || exit 1 549getConfiguredClient || exit 1
550if [[ $init ]]; then _fetch_gists; exit 0; fi 550if [[ $init ]]; then _fetch_gists; exit 0; fi
551[[ -z "$hint" ]] && hint=true
551case "$1" in 552case "$1" in
552 "") 553 "")
553 [[ -z "$hint" ]] && hint=true
554 hint=$hint _show_list ;; 554 hint=$hint _show_list ;;
555 star | s) 555 star | s)
556 [[ -z "$hint" ]] && hint=true
557 hint=$hint mark=s _show_list ;; 556 hint=$hint mark=s _show_list ;;
558 fetch | f) 557 fetch | f)
559 _fetch_gists "$2" ;; 558 _fetch_gists "$2" ;;