From eb5f508e7054bda6e240f2738290f380890d0a43 Mon Sep 17 00:00:00 2001 From: Csillag Tamas Date: Thu, 9 Apr 2015 17:39:16 +0200 Subject: [PATCH] add issolaris() --- etc/zsh/zshrc | 4 ++++ 1 file changed, 4 insertions(+) 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 -- 2.1.4