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