4 lines
156 B
Bash
4 lines
156 B
Bash
|
#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
|