summaryrefslogtreecommitdiff
path: root/.local/bin/fw
diff options
context:
space:
mode:
Diffstat (limited to '.local/bin/fw')
-rwxr-xr-x.local/bin/fw5
1 files changed, 2 insertions, 3 deletions
diff --git a/.local/bin/fw b/.local/bin/fw
index 75f23af..32443b6 100755
--- a/.local/bin/fw
+++ b/.local/bin/fw
@@ -1,11 +1,10 @@
#!/bin/sh
-export FZF_HIST="${XDG_DATA_HOME:-$HOME/.local/share}/fzf/wiki_history"
+export FMD_HIST_NAME="wiki_history"
export FZF_HEADER="Search local wiki files"
export FZF_DEFAULT_OPTS="$FZF_DEFAULT_OPTS --delimiter='/' --with-nth=-3.."
-fmd . \
+fmd \
/mnt/storage/Media/Tech/ \
/mnt/storage/Library \
/usr/share/doc/arch-wiki/html/en \
- --exclude '*.css' \
"$@"