dotar/zsh/custom_prompt_path.zsh

4 lines
156 B
Bash
Raw Normal View History

#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