superfluous backslash in zle widget removed

pull/4/head
Wojciech Siewierski 11 years ago
parent 1eceb6a4b9
commit 0dc725d09c

@ -180,7 +180,7 @@ zsh widgets
# CTRL-T - Paste the selected file path into the command line
fzf-file-widget() {
LBUFFER+=$(
find * -path '*/\\.*' -prune \
find * -path '*/\.*' -prune \
-o -type f -print \
-o -type l -print 2> /dev/null | fzf)
zle redisplay

Loading…
Cancel
Save