]> Sergey Matveev's repositories - dotfiles.git/blobdiff - tmux/bin/tmux-fzf.zsh
Follow symlinks by default
[dotfiles.git] / tmux / bin / tmux-fzf.zsh
index bdf316c331383d96c55550682a00653b8369478e..7f119cb64096b03053b4953354533241a1c29304 100755 (executable)
@@ -7,7 +7,7 @@ trap "rm -f $tmp" HUP PIPE INT QUIT TERM EXIT
 
 case $1 in
 (find)
-    bfs . -mindepth 1 \
+    bfs -L . -mindepth 1 \
         -path "*/.git" -prune -o \
         -path "*/.redo" -prune -o \
         \( -type f -o -type d -o -type l \) -print |