index — dotfiles @ 0c10b7ea7998969c43794e16f7dfec4357d5bb84

my dotfiles

add nvim as editor and change to fd in zathura script
Christian Krinitsin mail@krinitsin.com
Fri, 11 Jul 2025 10:52:02 +0200
commit

0c10b7ea7998969c43794e16f7dfec4357d5bb84

parent

4e0fc600e79668c500552a83e68094a4083c89ac

2 files changed, 3 insertions(+), 1 deletions(-)

jump to
M bash/.bashrcbash/.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-fzfbin/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