From 8b03f1de5db7becd5a9f30f0f9549cf95a6b14aa Mon Sep 17 00:00:00 2001 From: Hsieh Chin Fan Date: Wed, 5 May 2021 11:37:21 +0800 Subject: Improve wording of hint --- gist | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gist b/gist index 40d6d31..35427a8 100755 --- a/gist +++ b/gist @@ -26,9 +26,9 @@ # lan, l ... Grep gists with languages # lan, l List gist with languages of files # detail, d Show the detail of a gist -# edit, e ["NEW_DESCRIPTRION"] Edit a gist's description +# edit, e ["NEW_DESCRIPTRION"] Edit description of the given gist # delete, D ... [--force] Delete gists by given indices -# push, P Push changes by git (well, better to make commit by youself) +# push, P Push changes by git (Well... better to make commit by youself) # clean, C Clean local repos of removed gists # config, c Configure with editor, will show all valid keys # config, c [value] Configure a single option. If no value is specified, apply default setting @@ -547,7 +547,7 @@ _goto_gist() { if [[ $* =~ (-n|--no-action) ]]; then return 0 elif [[ -z $action ]]; then - action='echo Inside subshell, press \ to exit; echo; ls; ${SHELL:-bash}' + action='echo You are in a subshell now, press \ to exit; echo; ls; ${SHELL:-bash}' fi cd "${folder}/${GIST_ID}" && eval "$action" -- cgit v1.2.3-70-g09d2