Updated .fzf.zsh to /home/phansible instead of absolute path to homedir
This commit is contained in:
4
.fzf.zsh
4
.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"
|
||||
|
||||
Reference in New Issue
Block a user