Ability to store your own prompts in ~/.zsh.prompts [Close #152]

We no longer pollute yadr or prezto directories with custom code!
This commit is contained in:
Yan Pritzker
2012-09-26 11:05:28 -07:00
parent d8e5043c40
commit fa357bbd35
7 changed files with 32 additions and 12 deletions

View File

@@ -0,0 +1,3 @@
#Load themes from yadr and from user's custom prompts (themes) in ~/.zsh.prompts
fpath=($HOME/.yadr/zsh/prezto-themes $HOME/.zsh.prompts $fpath)
promptinit