Fix bug in zsh platform detection

This commit is contained in:
Michael Campagnaro 2015-11-20 11:18:27 -05:00
parent 496edfc31b
commit 3e3c7b9ca3

2
zshrc
View File

@ -1,4 +1,4 @@
platform='uname'
platform=`uname`
# Path to your oh-my-zsh configuration.
ZSH=$HOME/.zsh