summaryrefslogtreecommitdiff
path: root/.config/shell/profile
diff options
context:
space:
mode:
Diffstat (limited to '.config/shell/profile')
-rw-r--r--.config/shell/profile2
1 files changed, 1 insertions, 1 deletions
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