diff options
Diffstat (limited to 'scripts/gist')
-rwxr-xr-x | scripts/gist | 3 |
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" |