2012-09-26 11:05:28 -07:00
|
|
|
#Load themes from yadr and from user's custom prompts (themes) in ~/.zsh.prompts
|
2013-03-29 08:24:02 -07:00
|
|
|
autoload promptinit
|
2012-09-26 11:05:28 -07:00
|
|
|
fpath=($HOME/.yadr/zsh/prezto-themes $HOME/.zsh.prompts $fpath)
|
|
|
|
promptinit
|