aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rwxr-xr-xgist2
1 files changed, 1 insertions, 1 deletions
diff --git a/gist b/gist
index a776ca2..79d3379 100755
--- a/gist
+++ b/gist
@@ -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"