]> Sergey Matveev's repositories - dotfiles.git/blobdiff - bin/bin/pe
fzf
[dotfiles.git] / bin / bin / pe
similarity index 94%
rename from bin/bin/path-extractor.zsh
rename to bin/bin/pe
index 2a93173bb1e72bcedd88b9dad946abeef467380e..8b64702a77f53de9de5150d9b83fc684eafd66dd 100755 (executable)
@@ -15,6 +15,7 @@ done
 [[ $ctr -le 20 ]] && print -C 1 $toprint || print -c $toprint
 print -n "> "
 read choice < /dev/tty
+[[ "$choice" = "q" ]] && exit
 if [[ "$choice" = "*" ]]; then
     buf=$fns
 else