diff options
Diffstat (limited to 'zsh/interactive.zsh')
-rwxr-xr-x | zsh/interactive.zsh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/zsh/interactive.zsh b/zsh/interactive.zsh index 800d97d2..bc864b3d 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 |