local fixed

This commit is contained in:
2020-02-01 23:08:24 +01:00
parent d112f01dbf
commit 5c140dacaf

View File

@@ -6,8 +6,8 @@ fi
# Auto-completion # Auto-completion
# --------------- # ---------------
[[ $- == *i* ]] && source "~/.fzf_completion.zsh" 2> /dev/null [[ $- == *i* ]] && source ".fzf_completion.zsh" 2> /dev/null
# Key bindings # Key bindings
# ------------ # ------------
source "~/.fzf_key-bindings.zsh" source ".fzf_key-bindings.zsh"