diff options
Diffstat (limited to 'prompt.zsh')
-rw-r--r-- | prompt.zsh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/prompt.zsh b/prompt.zsh index 09481ded9..d6c35a652 100644 --- a/prompt.zsh +++ b/prompt.zsh @@ -29,4 +29,4 @@ setopt prompt_subst export LSCOLORS="Gxfxcxdxbxegedabagacad" -PROMPT='%{$fg_bold[red]%}➜ %{$fg_bold[green]%}%p %{$fg[cyan]%}%c %{$fg_bold[blue]%}$(git_prompt_info)%{$fg_bold[blue]%} % %{$reset_color%}' +source "$ZSH/themes/$ZSH_THEME.zsh-theme"
\ No newline at end of file |