From 5c140dacafadbde389c6ae893f69cff8a7b847d2 Mon Sep 17 00:00:00 2001 From: beppe Date: Sat, 1 Feb 2020 23:08:24 +0100 Subject: [PATCH] local fixed --- .fzf.zsh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.fzf.zsh b/.fzf.zsh index 481ade8..6b2acc5 100644 --- a/.fzf.zsh +++ b/.fzf.zsh @@ -6,8 +6,8 @@ fi # Auto-completion # --------------- -[[ $- == *i* ]] && source "~/.fzf_completion.zsh" 2> /dev/null +[[ $- == *i* ]] && source ".fzf_completion.zsh" 2> /dev/null # Key bindings # ------------ -source "~/.fzf_key-bindings.zsh" +source ".fzf_key-bindings.zsh"