dotar/zsh/custom_prompt_path.zsh
2013-03-29 08:24:02 -07:00

5 lines
176 B
Bash

#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)
promptinit