summary refs log tree commit diff stats
path: root/zsh
diff options
context:
space:
mode:
authorAlan Pearce2013-11-09 16:36:44 +0000
committerAlan Pearce2013-11-09 16:38:10 +0000
commit85b0392ae7797220f1a75cbe59a3232d275e736e (patch)
treef5950f32248d0d1fead95cec701b63ed348879df /zsh
parent5b1633a64223e19e1018c30f87761dc21fc196c4 (diff)
downloaddotfiles-85b0392ae7797220f1a75cbe59a3232d275e736e.tar.lz
dotfiles-85b0392ae7797220f1a75cbe59a3232d275e736e.tar.zst
dotfiles-85b0392ae7797220f1a75cbe59a3232d275e736e.zip
zsh: Ensure FreeBSD sources its own zsh configuration
Diffstat (limited to 'zsh')
-rwxr-xr-xzsh/interactive.zsh4
1 files changed, 4 insertions, 0 deletions
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