add issolaris()
authorCsillag Tamas <cstamas@digitus.itk.ppke.hu>
Thu, 9 Apr 2015 15:39:16 +0000 (17:39 +0200)
committerFrank Terbeck <ft@grml.org>
Thu, 9 Apr 2015 17:36:06 +0000 (19:36 +0200)
etc/zsh/zshrc

index d088f11..0716164 100644 (file)
@@ -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