From 18507fd21b7a7709133d8f3049c683e1abffcda2 Mon Sep 17 00:00:00 2001 From: Vikas Kushwaha Date: Fri, 24 Jan 2025 10:35:59 +0530 Subject: jupyter update --- .local/bin/fw | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to '.local/bin/fw') diff --git a/.local/bin/fw b/.local/bin/fw index ada20e8..75f23af 100755 --- a/.local/bin/fw +++ b/.local/bin/fw @@ -1,10 +1,11 @@ #!/bin/sh -export FZF_HIST="$HOME/.local/share/fzf/wiki_history" +export FZF_HIST="${XDG_DATA_HOME:-$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 \ +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 \ - "$@" ! -name '*.css' + --exclude '*.css' \ + "$@" -- cgit v1.2.3