diff options
-rwxr-xr-x | gist | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -318,7 +318,7 @@ _show_list() { | |||
318 | local pinned_tags=( $pin ) | 318 | local pinned_tags=( $pin ) |
319 | echo | 319 | echo |
320 | echo Pinned tags: "${pinned_tags[*]/#/#} " | 320 | echo Pinned tags: "${pinned_tags[*]/#/#} " |
321 | elif [[ $hint == 'true' ]]; then | 321 | elif [[ -z $INPUT && $hint == 'true' ]]; then |
322 | echo | 322 | echo |
323 | echo 'Run "gist fetch" to keep gists up to date, or "gist help" for more details' > /dev/tty | 323 | echo 'Run "gist fetch" to keep gists up to date, or "gist help" for more details' > /dev/tty |
324 | fi | 324 | fi |