diff options
| author | typebrook <typebrook@gmail.com> | 2020-01-17 12:10:44 +0800 |
|---|---|---|
| committer | typebrook <typebrook@gmail.com> | 2020-01-17 12:10:44 +0800 |
| commit | 68d648553cd7411c2c4bcb92081bfb5d95d3b260 (patch) | |
| tree | 8273d6b808fd6508a3939a622a43fc979358a298 /scripts | |
| parent | 166239fb10742bb32531732163bb00c43938a967 (diff) | |
update
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/gist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/gist b/scripts/gist index d69ed2e..69ec619 100755 --- a/scripts/gist +++ b/scripts/gist | |||
| @@ -144,7 +144,7 @@ _goto_gist() { | |||
| 144 | fi | 144 | fi |
| 145 | 145 | ||
| 146 | echo This gist is at $folder/$GIST_ID | 146 | echo This gist is at $folder/$GIST_ID |
| 147 | echo You can use the following command to jump to this directory: | 147 | echo -e "You can use the following command to jump to this directory: \n" |
| 148 | echo -e " \e[31m. gist $1\e[0m" | 148 | echo -e " \e[31m. gist $1\e[0m" |
| 149 | echo | 149 | echo |
| 150 | cd $folder/$GIST_ID && ls && tig --all 2> /dev/null | 150 | cd $folder/$GIST_ID && ls && tig --all 2> /dev/null |