Skip to content

Commit e4474c0

Browse files
author
Justin Go
committedOct 21, 2013
change theme
1 parent 818285e commit e4474c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎.zshrc

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ZSH=$HOME/.oh-my-zsh
55
# Look in ~/.oh-my-zsh/themes/
66
# Optionally, if you set this to "random", it'll load a random theme each
77
# time that oh-my-zsh is loaded.
8-
ZSH_THEME="candy"
8+
ZSH_THEME="pygmalion"
99

1010
# Example aliases
1111
# alias zshconfig="mate ~/.zshrc"
@@ -40,7 +40,7 @@ ZSH_THEME="candy"
4040
# Which plugins would you like to load? (plugins can be found in ~/.oh-my-zsh/plugins/*)
4141
# Custom plugins may be added to ~/.oh-my-zsh/custom/plugins/
4242
# Example format: plugins=(rails git textmate ruby lighthouse)
43-
plugins=(git)
43+
plugins=(git python django)
4444

4545
source $ZSH/oh-my-zsh.sh
4646

0 commit comments

Comments
 (0)
Please sign in to comment.