aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/gist
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/gist')
-rwxr-xr-xscripts/gist1
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/gist b/scripts/gist
index f7cb645..2ac7fd7 100755
--- a/scripts/gist
+++ b/scripts/gist
@@ -315,7 +315,6 @@ _goto_gist() {
315 echo $folder/$GIST_ID 315 echo $folder/$GIST_ID
316} 316}
317 317
318# TODO Add confirmation
319_delete_gist() { 318_delete_gist() {
320 read -r -p "Delete gists above? [y/N] " response 319 read -r -p "Delete gists above? [y/N] " response
321 response=${response,,} 320 response=${response,,}