]> arthur.barton.de Git - ax-zsh.git/blobdiff - themes/ax.axzshtheme
Streamline default values of AX-ZSH theming variables
[ax-zsh.git] / themes / ax.axzshtheme
index d0363b43a52cadde29650e65531ff89dd0b103bf..a3381167f87883b01b7b36c2c19d46838e485c85 100644 (file)
@@ -1,11 +1,17 @@
 # AX-ZSH: Alex' Modular ZSH Configuration
 # ax.axzshtheme: Default AX-ZSH Theme
 
+ZSH_THEME_VCS_PROMPT_SUFFIX_SPACING=") "
+
+ZSH_THEME_PROMPT_PREFIX="%{$fg_no_bold[green]%}%B"
+ZSH_THEME_PROMPT_ROOT_PREFIX="%{$fg_no_bold[red]%}%B"
+ZSH_THEME_PROMPT_SUFFIX="%b%{$reset_color%}"
+
 ax_logname_prompt_functions=($ax_logname_prompt_functions ax_logname_prompt_root)
 ax_hostname_prompt_functions=($ax_hostname_prompt_functions ax_hostname_prompt_root)
 
 # Default prompt
-PS1="$(ax_logname_prompt_yn)$(ax_hostname_prompt_yn)%B%2~%b "'$(ax_vcs_prompt)'"%{$fg_no_bold[green]%}%B\$%b%{$reset_color%} "
+PS1="$(ax_logname_prompt_yn)$(ax_hostname_prompt_yn)%B%2~%b "'$(ax_vcs_prompt)'"$(ax_prompt) "
 
 # Prompt on right side
 RPS1="%(?..%{$fg_no_bold[red]%}%? ↵%{$reset_color%})"