all repos — nixfiles @ 85b0392ae7797220f1a75cbe59a3232d275e736e

System and user configuration, managed by nix and home-manager

zsh: Ensure FreeBSD sources its own zsh configuration
Alan Pearce alan@bulbstudios.com
Sat, 09 Nov 2013 16:36:44 +0000
commit

85b0392ae7797220f1a75cbe59a3232d275e736e

parent

5b1633a64223e19e1018c30f87761dc21fc196c4

1 files changed, 4 insertions(+), 0 deletions(-)

jump to
M zsh/interactive.zshzsh/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