Skip to content

Commit

Permalink
Change from OSX to macOS in README (ohmyzsh#5545)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mason authored and mcornella committed Oct 18, 2016
1 parent 7d8618e commit f94d4e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oh-my-zsh.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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/.*/}
Expand Down

0 comments on commit f94d4e6

Please sign in to comment.