set default theme to ashleydev

This commit is contained in:
Ashley Dev 2011-07-06 21:02:23 -07:00
commit 38b39191e6

View file

@ -3,7 +3,7 @@ export ZSH="$HOME/.oh-my-zsh"
# Set the name of the theme to load (see $ZSH/themes/).
# Setting it to 'random' loads a random theme.
export ZSH_THEME="robbyrussell"
export ZSH_THEME="ashleydev"
# Set to 'true' to enable case-sensitivity.
export CASE_SENSITIVE='false'