summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxyz <gky44px1999@gmail.com>2021-06-06 19:37:19 -0700
committerxyz <gky44px1999@gmail.com>2021-06-06 19:37:19 -0700
commit15773cd09934c94ac4facca83afa72343d2e254f (patch)
treeb2361999c08427b1c4b9bcfa1b3a957adda1c341
parent05efd30c073234951b634ec888523f407d1d4304 (diff)
use find instead of fd for fzf
-rw-r--r--.bash_profile3
1 files changed, 2 insertions, 1 deletions
diff --git a/.bash_profile b/.bash_profile
index 4b2f7849..17943f72 100644
--- a/.bash_profile
+++ b/.bash_profile
@@ -14,7 +14,8 @@ export INPUTRC="$XDG_CONFIG_HOME/readline/inputrc"
#export QT_QPA_PLATFORMTHEME=qt5ct
export QT_STYLE_OVERRIDE=kvantum
export PATH="$(find ~/.local/bin -type d -printf %p:)$PATH"
-export FZF_DEFAULT_COMMAND="fd --hidden --follow --exclude .git"
+#export FZF_DEFAULT_COMMAND="fd --hidden --follow --exclude .git"
+export FZF_DEFAULT_COMMAND="find . -not -path './\.git/*'"
# startx when login, should be put after environmental variables for .xinitrc to use
if [ -z "${DISPLAY}" ] && [ "${XDG_VTNR}" -eq 1 ]; then