Updated .fzf.zsh

...to include relative path to user home ($HOME) rather than hard-coded
`/home/chawley`
This commit is contained in:
2024-02-20 10:08:06 -05:00
parent 287aed455a
commit 9e434c94f5

View File

@@ -1,7 +1,7 @@
# Setup fzf
# ---------
if [[ ! "$PATH" == */home/chawley/.fzf/bin* ]]; then
PATH="${PATH:+${PATH}:}/home/chawley/.fzf/bin"
if [[ ! "$PATH" == *$HOME/.fzf/bin* ]]; then
PATH="${PATH:+${PATH}:}$HOME/.fzf/bin"
fi
# Ignore .git directories