From: Csillag Tamas Date: Thu, 9 Apr 2015 15:39:16 +0000 (+0200) Subject: add issolaris() X-Git-Tag: v0.11.2~7 X-Git-Url: http://git.grml.org/?p=grml-etc-core.git;a=commitdiff_plain;h=eb5f508e7054bda6e240f2738290f380890d0a43 add issolaris() --- diff --git a/etc/zsh/zshrc b/etc/zsh/zshrc index d088f11..0716164 100644 --- a/etc/zsh/zshrc +++ b/etc/zsh/zshrc @@ -198,6 +198,10 @@ isopenbsd(){ [[ $GRML_OSTYPE == "OpenBSD" ]] } +issolaris(){ + [[ $GRML_OSTYPE == "SunOS" ]] +} + #f1# are we running within an utf environment? isutfenv() { case "$LANG $CHARSET $LANGUAGE" in