agnoster as default theme in zsh

This commit is contained in:
Cyryl Plotnicki-Chudyk 2013-11-26 21:34:38 +01:00
parent c273e855c3
commit a84400ba7c

2
.zshrc
View file

@ -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="gentoo"
ZSH_THEME="agnoster"
# Example aliases
# alias zshconfig="mate ~/.zshrc"