Skip to content

Commit

Permalink
chore: move fzf files to $XDG_CONFIG_HOME
Browse files Browse the repository at this point in the history
  • Loading branch information
snelling-a committed Sep 8, 2023
1 parent 12f07e6 commit ae6e8d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion HOME/.zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ fi

export DOCKER_HOST=unix:///Users/andrew.snelling/.colima/docker.sock

[ -f ~/.fzf.zsh ] && source ~/.fzf.zsh
[ -f "${XDG_CONFIG_HOME:-$HOME/.config}"/fzf/fzf.zsh ] && source "${XDG_CONFIG_HOME:-$HOME/.config}"/fzf/fzf.zsh

0 comments on commit ae6e8d5

Please sign in to comment.