From 941189c27454cc84a1fd4568b3b5292cf699a8b7 Mon Sep 17 00:00:00 2001 From: Bartek Stalewski Date: Thu, 8 Apr 2021 13:23:48 +0200 Subject: [PATCH] fzf support with vi-mode. --- zsh/.zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsh/.zshrc b/zsh/.zshrc index 9a046cc..a1e7636 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -29,13 +29,13 @@ zstyle ':completion:*' list-colors '' source $ZDOTDIR/aliases.zsh # plugins & addons -[ -f $XDG_CONFIG_HOME/fzf/fzf.zsh ] && source $ZDOTDIR/fzf.zsh source $ZDOTDIR/modules/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh source $ZDOTDIR/modules/zsh-vi-mode/zsh-vi-mode.plugin.zsh export WD_CONFIG=$XDG_CONFIG_HOME/wd_list wd () { . $ZDOTDIR/modules/wd/wd.sh } +zvm_after_init_commands+=('[ -f $XDG_CONFIG_HOME/fzf/fzf.zsh ] && source $ZDOTDIR/fzf.zsh') # theme source $ZDOTDIR/p10k.zsh