From 8cf1b0f17f09bf29a2be8f4602f0af32793b13d3 Mon Sep 17 00:00:00 2001 From: Sad Beast Date: Mon, 15 Jul 2019 10:48:09 -0600 Subject: check for fzf completions...figure out debian in a bit --- .zshrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.zshrc') diff --git a/.zshrc b/.zshrc index c473388..cde220e 100644 --- a/.zshrc +++ b/.zshrc @@ -38,8 +38,8 @@ export FZF_DEFAULT_COMMAND='fd --type file' export FZF_CTRL_T_COMMAND="$FZF_DEFAULT_COMMAND" source ~/.zsh_plugins.sh -source /usr/share/fzf/key-bindings.zsh -source /usr/share/fzf/completion.zsh +[ -f /usr/share/fzf/key-bindings.zsh ] && source /usr/share/fzf/key-bindings.zsh +[ -f /usr/share/fzf/completion.zsh ] && source /usr/share/fzf/completion.zsh bindkey '^[[A' history-substring-search-up bindkey '^[[B' history-substring-search-down -- cgit v1.2.3