zsh: Fix path to FreeBSD configuration
1 file changed, 1 insertion(+), 1 deletion(-)
jump to
M zsh/interactive.zsh → zsh/interactive.zsh
@@ -363,5 +363,5 @@ autoload -U fasd source ~/.zsh/cache/fasd-init-zsh if [[ $OSTYPE == freebsd* ]]; then - source zsh/freebsd.zsh + source ~/projects/dotfiles/zsh/freebsd.zsh fi