all repos — nixfiles @ 5ffab52aad168298339a05b5d72fd3affa7a9366

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

ZSH: Source osx-specific configuration

Alan Pearce
commit

5ffab52aad168298339a05b5d72fd3affa7a9366

parent

68e96902e27c7ee15ccc892a597b1843b1419eb7

1 file changed, 8 insertions(+), 3 deletions(-)

jump to
M tag-zsh/config/zsh/zshrctag-zsh/config/zsh/zshrc
@@ -383,6 +383,11 @@ else
echo "fasd init file is missing." fi -if [[ $OSTYPE == freebsd* ]]; then - source $ZDOTDIR/freebsd.zsh -fi +case $os in + freebsd) + source $ZDOTDIR/freebsd.zsh + ;; + osx) + source $ZDOTDIR/osx.zsh + ;; +esac