mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-05 01:46:46 +01:00
Update Solaris changes to use OSTYPE and zsh datetime module.
This commit is contained in:
parent
5e328e3a9c
commit
5f38a537ce
4 changed files with 6 additions and 11 deletions
|
|
@ -1,4 +1,4 @@
|
|||
if [ "${PLAT}" = "SunOS" ]
|
||||
if [ "$OSTYPE[0,7]" = "solaris" ]
|
||||
then
|
||||
if [ ! -x ${HOME}/bin/nroff ]
|
||||
then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue