From 85b0392ae7797220f1a75cbe59a3232d275e736e Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sat, 9 Nov 2013 16:36:44 +0000 Subject: zsh: Ensure FreeBSD sources its own zsh configuration --- zsh/interactive.zsh | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'zsh') diff --git a/zsh/interactive.zsh b/zsh/interactive.zsh index 800d97d..bc864b3 100755 --- a/zsh/interactive.zsh +++ b/zsh/interactive.zsh @@ -358,3 +358,7 @@ ec () { _FASD_DATA="$HOME/.zsh/fasd-data" autoload -U fasd source ~/.zsh/cache/fasd-init-zsh + +if [[ $OSTYPE == freebsd* ]]; then + source zsh/freebsd.zsh +fi -- cgit 1.4.1