changed theme

This commit is contained in:
Ahir Reddy 2012-05-17 01:58:04 -07:00
commit 8e5c2bb531

View file

@ -5,7 +5,7 @@ export 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="robbyrussell"
ZSH_THEME="alanpeabody"
# Uncomment the following line to use case-sensitive completion.
# CASE_SENSITIVE="true"
@ -45,7 +45,7 @@ ZSH_THEME="robbyrussell"
# Custom plugins may be added to ~/.oh-my-zsh/custom/plugins/
# Example format: plugins=(rails git textmate ruby lighthouse)
# Add wisely, as too many plugins slow down shell startup.
plugins=(git zsh-syntax-highlighting)
plugins=(git zsh-syntax-highlighting history-substring-search terminalapp)
# User configuration