From 6849b46055a1aa8af9150cdea887e7e703811930 Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Sun, 18 Aug 2024 19:19:13 +0530 Subject: Config sync --- config/zsh/zshrc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'config/zsh/zshrc') diff --git a/config/zsh/zshrc b/config/zsh/zshrc index cc97978..6522186 100644 --- a/config/zsh/zshrc +++ b/config/zsh/zshrc @@ -17,9 +17,6 @@ setopt share_history # share command history data export ZSH_CUSTOM_CONF_FILES="$HOME/.config/zsh"; -# FZF integration -source <(fzf --zsh); - for f in $ZSH_CUSTOM_CONF_FILES/*.zsh; do source $f; done; source $ZSH_CUSTOM_CONF_FILES/aliases.zsh; @@ -28,6 +25,9 @@ if [[ "$DIRENV_DISABLE_HOOK" != "1" ]]; then eval "$(direnv hook zsh)" fi; +# FZF integration +source <(fzf --zsh); + # Plugins # source ~/.config/zshplugins/zsh-autosuggestions/zsh-autosuggestions.plugin.zsh; -- cgit v1.3.1