Updated .fzf.zsh to /home/phansible instead of absolute path to homedir

This commit is contained in:
2024-02-18 15:31:05 -05:00
parent 6542633eb2
commit acadd11016

View File

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