mirror of
https://github.com/robbyrussell/oh-my-zsh.git
synced 2025-12-13 02:40:40 +01:00
Update Solaris changes to use OSTYPE and zsh datetime module.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
if [ "${PLAT}" = "SunOS" ]
|
||||
if [ "$OSTYPE[0,7]" = "solaris" ]
|
||||
then
|
||||
if [ ! -x ${HOME}/bin/nroff ]
|
||||
then
|
||||
|
||||
Reference in New Issue
Block a user