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