aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--.zshrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/.zshrc b/.zshrc
index 668ae7c..5a7c25f 100644
--- a/.zshrc
+++ b/.zshrc
@@ -379,6 +379,9 @@ else
fi
if type fzf >/dev/null 2>&1; then
+ if type fd >/dev/null 2>&1; then
+ export FZF_DEFAULT_COMMAND='fd --type f --strip-cwd-prefix --hidden --exclude .git'
+ fi
if type nvim >/dev/null 2>&1; then
function ee() {
if [[ -z "$1" ]]; then