Updated .fzf.zsh
...to include relative path to user home ($HOME) rather than hard-coded `/home/chawley`
This commit is contained in:
4
.fzf.zsh
4
.fzf.zsh
@@ -1,7 +1,7 @@
|
|||||||
# Setup fzf
|
# Setup fzf
|
||||||
# ---------
|
# ---------
|
||||||
if [[ ! "$PATH" == */home/chawley/.fzf/bin* ]]; then
|
if [[ ! "$PATH" == *$HOME/.fzf/bin* ]]; then
|
||||||
PATH="${PATH:+${PATH}:}/home/chawley/.fzf/bin"
|
PATH="${PATH:+${PATH}:}$HOME/.fzf/bin"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Ignore .git directories
|
# Ignore .git directories
|
||||||
|
|||||||
Reference in New Issue
Block a user