diff options
-rwxr-xr-x | gist | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -531,7 +531,7 @@ _goto_gist() { | |||
531 | if [[ $* =~ (-n|--no-action) ]]; then | 531 | if [[ $* =~ (-n|--no-action) ]]; then |
532 | return 0 | 532 | return 0 |
533 | elif [[ -z $action ]]; then | 533 | elif [[ -z $action ]]; then |
534 | action='echo Inside subshell, press \<CTRL-D\> to exit; ${SHELL:-bash}' | 534 | action='echo Inside subshell, press \<CTRL-D\> to exit; echo; ls; ${SHELL:-bash}' |
535 | fi | 535 | fi |
536 | 536 | ||
537 | cd "${folder}/${GIST_ID}" && eval "$action" | 537 | cd "${folder}/${GIST_ID}" && eval "$action" |