gitignore add

This commit is contained in:
2020-03-03 10:47:20 +01:00
parent 4eb28d2749
commit 3b8b5396ac
3 changed files with 13 additions and 6 deletions

View File

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