From: Edgar HIPP Date: Sun, 5 Jul 2015 19:41:45 +0000 (+0200) Subject: Update readme for binding with bash X-Git-Url: http://www.git.stargrave.org/?p=path-extractor.git;a=commitdiff_plain;h=095fa3427cca9cda1ba3583c6ad45bf39363e030 Update readme for binding with bash --- diff --git a/README.md b/README.md index 4cdfd75..4a5ef49 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ For example, using `zsh` , I have as an alias: With `bash`: - bind '"PP": "| pe | fzf | read filename; [ ! -z $filename ] && vim $filename"' + bind '"PP": "| pe | uniq | fzf | while read filename; do [ ! -z $filename ] &&