add nvim as editor and change to fd in zathura script
Christian Krinitsin mail@krinitsin.com
Fri, 11 Jul 2025 10:52:02 +0200
2 files changed,
3 insertions(+),
1 deletions(-)
M
bash/.bashrc
→
bash/.bashrc
@@ -1,6 +1,7 @@
# Export own script path export PATH=$HOME/.dotfiles/bin/:/usr/local/bin/:$PATH export GOPATH=$HOME/.go +export EDITOR='nvim' export MANPAGER='nvim +Man!' # Aliases
M
bin/zathura-fzf
→
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