summaryrefslogtreecommitdiffstats
path: root/.zshrc
diff options
context:
space:
mode:
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc4
1 files changed, 4 insertions, 0 deletions
diff --git a/.zshrc b/.zshrc
index 1fc5195..e3202bd 100644
--- a/.zshrc
+++ b/.zshrc
@@ -34,6 +34,10 @@ case "$OSTYPE" in
;;
esac
+if [ "$(command -v fzf)" ]; then
+ eval "$(fzf --zsh)"
+fi
+
autoload -Uz compinit
compinit
# End of lines added by compinstall