zsh: Use $ZDOTDIR instead of hardcoded path
1 file changed, 1 insertion(+), 1 deletion(-)
changed files
M tag-zsh/config/zsh/zshrc → tag-zsh/config/zsh/zshrc
@@ -358,5 +358,5 @@ autoload -U fasd source ~/.zsh/cache/fasd-init-zsh if [[ $OSTYPE == freebsd* ]]; then - source ~/projects/dotfiles/zsh/freebsd.zsh + source $ZDOTDIR/freebsd.zsh fi