diff options
author | Mason <masoncodes0@gmail.com> | 2016-10-18 13:42:27 -0500 |
---|---|---|
committer | Marc Cornellà <marc.cornella@live.com> | 2016-10-18 20:42:27 +0200 |
commit | f94d4e6a4019ed7fcc5470655b1154b3d1f67913 (patch) | |
tree | bb61a3a348c05de6d53054a1481c997516036b3d /oh-my-zsh.sh | |
parent | 7d8618ec9a3a311a8df3cd2062e7fb2277fb8604 (diff) | |
download | zsh-f94d4e6a4019ed7fcc5470655b1154b3d1f67913.tar.gz zsh-f94d4e6a4019ed7fcc5470655b1154b3d1f67913.tar.bz2 zsh-f94d4e6a4019ed7fcc5470655b1154b3d1f67913.zip |
Change from OSX to macOS in README (#5545)
Diffstat (limited to 'oh-my-zsh.sh')
-rw-r--r-- | oh-my-zsh.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/oh-my-zsh.sh b/oh-my-zsh.sh index ed258f0ea..a7de646f2 100644 --- a/oh-my-zsh.sh +++ b/oh-my-zsh.sh @@ -53,7 +53,7 @@ done # Figure out the SHORT hostname if [[ "$OSTYPE" = darwin* ]]; then - # OS X's $HOST changes with dhcp, etc. Use ComputerName if possible. + # macOS's $HOST changes with dhcp, etc. Use ComputerName if possible. SHORT_HOST=$(scutil --get ComputerName 2>/dev/null) || SHORT_HOST=${HOST/.*/} else SHORT_HOST=${HOST/.*/} |