aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/gist
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/gist')
-rwxr-xr-xscripts/gist2
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