]> Sergey Matveev's repositories - dotfiles.git/commitdiff
Follow symlinks by default
authorSergey Matveev <stargrave@stargrave.org>
Fri, 24 Dec 2021 09:34:55 +0000 (12:34 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Thu, 27 Jan 2022 11:35:14 +0000 (14:35 +0300)
tmux/bin/tmux-fzf.zsh
zsh/.zsh/functions/f

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 |
index 5f02d04851e00053e08f69d290fff17829b4a387..265465f3125d8e15f6d07490c185b8cafd127932 100644 (file)
@@ -1 +1 @@
-bfs . -name "*$1*" -print
+bfs -L . -name "*$1*" -print