Skip to content

Commit

Permalink
Fix missing path to promptinit
Browse files Browse the repository at this point in the history
  • Loading branch information
skwp committed Mar 29, 2013
1 parent ac2f134 commit c48241c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions zsh/custom_prompt_path.zsh
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#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

0 comments on commit c48241c

Please sign in to comment.