From 5c916d69d457101326803eb076a746060e3618cf Mon Sep 17 00:00:00 2001 From: Vikas Kushwaha Date: Thu, 21 Nov 2024 13:30:52 +0530 Subject: Moved from github --- .local/bin/fw | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100755 .local/bin/fw (limited to '.local/bin/fw') diff --git a/.local/bin/fw b/.local/bin/fw new file mode 100755 index 0000000..ada20e8 --- /dev/null +++ b/.local/bin/fw @@ -0,0 +1,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' -- cgit v1.2.3