Skip to content
Snippets Groups Projects
Commit 0dc725d0 authored by Wojciech Siewierski's avatar Wojciech Siewierski
Browse files

superfluous backslash in zle widget removed

parent 1eceb6a4
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment