blob: ada20e8e8b0dbe7075941bfbb8a4e814c3dc193b (
plain)
1
2
3
4
5
6
7
8
9
10
|
#!/bin/sh
export FZF_HIST="$HOME/.local/share/fzf/wiki_history"
export FZF_HEADER="Search local wiki files"
export FZF_DEFAULT_OPTS="$FZF_DEFAULT_OPTS --delimiter='/' --with-nth=-1"
fmd \
/mnt/storage/Media/Tech/ \
/mnt/storage/Library \
/usr/share/doc/arch-wiki/html/en \
"$@" ! -name '*.css'
|