dotar/zsh/custom_prompt_path.zsh

5 lines
176 B
Bash
Raw Normal View History

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