summaryrefslogtreecommitdiff
path: root/.local/bin/fw
blob: 32443b6943127eda85925512b440837147eae92b (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh

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 \
	/mnt/storage/Media/Tech/ \
	/mnt/storage/Library \
	/usr/share/doc/arch-wiki/html/en \
	"$@"