summary refs log tree commit diff stats
path: root/bin
diff options
context:
space:
mode:
authorChristian Krinitsin <mail@krinitsin.com>2025-07-11 10:52:02 +0200
committerChristian Krinitsin <mail@krinitsin.com>2025-07-11 10:52:02 +0200
commit0c10b7ea7998969c43794e16f7dfec4357d5bb84 (patch)
treedd54aa4428f3745a39e86cdfc0bd1599a07f59c3 /bin
parent4e0fc600e79668c500552a83e68094a4083c89ac (diff)
downloaddotfiles-0c10b7ea7998969c43794e16f7dfec4357d5bb84.tar.gz
dotfiles-0c10b7ea7998969c43794e16f7dfec4357d5bb84.zip
add nvim as editor and change to fd in zathura script
Diffstat (limited to 'bin')
-rwxr-xr-xbin/zathura-fzf3
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/zathura-fzf b/bin/zathura-fzf
index b9c2724..502477e 100755
--- a/bin/zathura-fzf
+++ b/bin/zathura-fzf
@@ -1,6 +1,7 @@
 #!/bin/sh
 
-find "$@" -type f -iname '*pdf' > ~/.pdffiles.txt
+# find "$@" -type f -iname '*pdf' > ~/.pdffiles.txt
+fd --type f --extension pdf . $@ > ~/.pdffiles.txt
 
 cat ~/.pdffiles.txt | rofi -dmenu  > ~/.zathurafile.txt