aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authortypebrook <typebrook@gmail.com>2020-01-20 11:32:12 +0800
committertypebrook <typebrook@gmail.com>2020-01-20 11:32:12 +0800
commit902759b00f13eb197a94dc4d287ae1fc74939ef4 (patch)
tree79bffd8255833c76309517d817f8d9b05b61a183
parenta110947e5a673181cbcc14c3e4e92ed30c94efc4 (diff)
update
-rwxr-xr-xscripts/gist3
1 files changed, 1 insertions, 2 deletions
diff --git a/scripts/gist b/scripts/gist
index f7f662a..403c912 100755
--- a/scripts/gist
+++ b/scripts/gist
@@ -18,7 +18,7 @@
18# 18#
19# * clone gist repos which are not in local 19# * clone gist repos which are not in local
20# * pull master branch if a local repo is behind its remote 20# * pull master branch if a local repo is behind its remote
21# gist (sync | s) 21# gist (sync | S)
22# 22#
23# * Go to local gist repo 23# * Go to local gist repo
24# . gist <number_of_gist_in_list> 24# . gist <number_of_gist_in_list>
@@ -163,7 +163,6 @@ _goto_gist() {
163 cd $folder/$GIST_ID && ls && tig --all 2> /dev/null 163 cd $folder/$GIST_ID && ls && tig --all 2> /dev/null
164} 164}
165 165
166# TODO delete multiple gists at the same time
167_delete_gist() { 166_delete_gist() {
168 for i in "$@"; do 167 for i in "$@"; do
169 _gist_id "$i" 168 _gist_id "$i"