diff --git a/.fzf.zsh b/.fzf.zsh index baed8c6..5d0c701 100644 --- a/.fzf.zsh +++ b/.fzf.zsh @@ -9,8 +9,8 @@ export FZF_DEFAULT_COMMAND="find . \( -name .git \) -prune -o -print" # Auto-completion # --------------- -source "/home/chawley/.fzf/shell/completion.zsh" +source "$HOME/.fzf/shell/completion.zsh" # Key bindings # ------------ -source "/home/chawley/.fzf/shell/key-bindings.zsh" +source "$HOME/.fzf/shell/key-bindings.zsh"