From 782ab6921ad345332d577fd1d72df4d23fa03ea8 Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Mon, 16 Dec 2024 16:15:04 -0500 Subject: [PATCH] AutoYADM commit: 2024-12-16 16:15:04 --- .zshrc | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.zshrc b/.zshrc index 54684228..656434c5 100644 --- a/.zshrc +++ b/.zshrc @@ -19,11 +19,7 @@ bindkey "^e" edit-command-line # compinit # Set up fzf key bindings and fuzzy completion -eval "$(fzf --zsh)" - -export FZF_DEFAULT_COMMAND="fd --hidden --strip-cwd-prefix --exclude .git " -export FZF_CTRL_T_COMMAND="$FZF_DEFAULT_COMMAND" -export FZF_ALT_C_COMMAND="fd --type=d --hidden --strip-cwd-prefix --exclude .git" +source ~/.config/zsh/fzf.zsh # alias ls="eza -lh --git" alias ls="eza --long --git --header --icons"