From ee465a644b2c6519a8455bbedfa647d648ba4f60 Mon Sep 17 00:00:00 2001 From: Jidbo Date: Sun, 25 Oct 2020 17:11:41 +0100 Subject: [PATCH] add fzf manually i had to switch to the git version, since the packet was outdated, might switch back --- shell/zshrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/shell/zshrc b/shell/zshrc index 21db026..1efbe1f 100644 --- a/shell/zshrc +++ b/shell/zshrc @@ -59,3 +59,5 @@ then export PATH="$PATH:$(ruby -e 'print Gem.user_dir')/bin" fi + +[ -f ~/.fzf.zsh ] && source ~/.fzf.zsh