From e02304f014645a01ef6cdd40276997dea58504d9 Mon Sep 17 00:00:00 2001 From: Vikas Kushwaha Date: Fri, 10 Jan 2025 15:08:05 +0530 Subject: Cleaning up 'bin' folder. --- .config/shell/profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.config/shell/profile') diff --git a/.config/shell/profile b/.config/shell/profile index 1393c45..46bbb9b 100644 --- a/.config/shell/profile +++ b/.config/shell/profile @@ -51,7 +51,7 @@ export QT_FONT_DPI=112 export SDCV_PAGER='less -R --quit-if-one-screen' export HTTP_HOME='https://www.duckduckgo.com' export CHROME_EXECUTABLE='chromium' -export FZF_DEFAULT_COMMAND="find -L . ! -wholename '*.git*' \( -type d -printf '%p/\n' , ! -type d -print \)" +export FZF_DEFAULT_COMMAND="find -H . ! -wholename '*.git*' \( -type d -printf '%p/\n' , ! -type d -print \)" export FZF_DEFAULT_OPTS=" --history='$XDG_DATA_HOME/fzf/history' --preview='\$PREVIEWER {}' --preview-window=hidden -- cgit v1.2.3