diff options
-rwxr-xr-x | zsh/interactive.zsh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zsh/interactive.zsh b/zsh/interactive.zsh index f0a17031..d2a72e4e 100755 --- a/zsh/interactive.zsh +++ b/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 |