From 89d3c08d7b961f1748600d9d7a5e91a62f9101da Mon Sep 17 00:00:00 2001 From: Andrew Tomaka Date: Sun, 25 Aug 2013 22:22:59 -0400 Subject: [PATCH] Mac changes --- .zshrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.zshrc b/.zshrc index baff07a..8e6fe35 100644 --- a/.zshrc +++ b/.zshrc @@ -5,7 +5,7 @@ ZSH=$HOME/.oh-my-zsh # Look in ~/.oh-my-zsh/themes/ # Optionally, if you set this to "random", it'll load a random theme each # time that oh-my-zsh is loaded. -ZSH_THEME="kphoen" +ZSH_THEME="gnzh" if [[ "$OSTYPE" == darwin* ]]; then PATH="/usr/local/opt/coreutils/libexec/gnubin:$PATH" @@ -59,7 +59,7 @@ stty stop undef # Which plugins would you like to load? (plugins can be found in ~/.oh-my-zsh/plugins/*) # Custom plugins may be added to ~/.oh-my-zsh/custom/plugins/ # Example format: plugins=(rails git textmate ruby lighthouse) -plugins=(git) +plugins=(git rbenv) source $ZSH/oh-my-zsh.sh