Ability to store your own prompts in ~/.zsh.prompts [Close #152]
We no longer pollute yadr or prezto directories with custom code!
This commit is contained in:
3
zsh/custom_prompt_path.zsh
Normal file
3
zsh/custom_prompt_path.zsh
Normal file
@@ -0,0 +1,3 @@
|
||||
#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
|
||||
Reference in New Issue
Block a user