Fix missing path to promptinit

This commit is contained in:
Yan Pritzker 2013-03-29 08:24:02 -07:00
parent ac2f134bb7
commit c48241c973

View File

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