From 3e3c7b9ca36259e338b0d4c555f60513f43553a1 Mon Sep 17 00:00:00 2001 From: Michael Campagnaro Date: Fri, 20 Nov 2015 11:18:27 -0500 Subject: [PATCH] Fix bug in zsh platform detection --- zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zshrc b/zshrc index 85828b8..d78008f 100644 --- a/zshrc +++ b/zshrc @@ -1,4 +1,4 @@ -platform='uname' +platform=`uname` # Path to your oh-my-zsh configuration. ZSH=$HOME/.zsh