zsh: Ensure FreeBSD sources its own zsh configuration
Alan Pearce alan@bulbstudios.com
Sat, 09 Nov 2013 16:36:44 +0000
1 files changed, 4 insertions(+), 0 deletions(-)
jump to
M zsh/interactive.zsh → zsh/interactive.zsh
@@ -358,3 +358,7 @@ _FASD_DATA="$HOME/.zsh/fasd-data" autoload -U fasd source ~/.zsh/cache/fasd-init-zsh + +if [[ $OSTYPE == freebsd* ]]; then + source zsh/freebsd.zsh +fi