From 9094360d8c4f42f8f0a6a0475051877dc2c38fe5 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Wed, 5 Mar 2014 14:48:38 +0000 Subject: zsh: Fix path to FreeBSD configuration --- zsh/interactive.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'zsh') 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 -- cgit 1.4.1