From 481a54e8d68511818c3eee7fa01b9de75907f0ed Mon Sep 17 00:00:00 2001 From: Andrew Tomaka Date: Thu, 27 Feb 2020 09:46:58 -0500 Subject: [PATCH] This was more important to me than I thought! --- zshrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/zshrc b/zshrc index d7f8038..5ae630c 100644 --- a/zshrc +++ b/zshrc @@ -54,3 +54,5 @@ setopt auto_cd # better word definition autoload -U select-word-style select-word-style bash + +[ -f ~/.fzf.zsh ] && source ~/.fzf.zsh