summary refs log tree commit diff stats
path: root/zsh
diff options
context:
space:
mode:
authorAlan Pearce2014-03-05 14:48:38 +0000
committerAlan Pearce2014-03-05 14:48:38 +0000
commit9094360d8c4f42f8f0a6a0475051877dc2c38fe5 (patch)
tree978dd5ae09b3aad66b3a2861a93d6bad32ef9e2e /zsh
parent21b6f0cd68028c1e64c97e1ab7143fed4151c35d (diff)
downloaddotfiles-9094360d8c4f42f8f0a6a0475051877dc2c38fe5.tar.lz
dotfiles-9094360d8c4f42f8f0a6a0475051877dc2c38fe5.tar.zst
dotfiles-9094360d8c4f42f8f0a6a0475051877dc2c38fe5.zip
zsh: Fix path to FreeBSD configuration
Diffstat (limited to 'zsh')
-rwxr-xr-xzsh/interactive.zsh2
1 files changed, 1 insertions, 1 deletions
diff --git a/zsh/interactive.zsh b/zsh/interactive.zsh
index f0a1703..d2a72e4 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