summary refs log tree commit diff stats
path: root/zsh
diff options
context:
space:
mode:
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