]> arthur.barton.de Git - ax-zsh.git/blob - themes/ax.axzshtheme
Streamline default values of AX-ZSH theming variables
[ax-zsh.git] / themes / ax.axzshtheme
1 # AX-ZSH: Alex' Modular ZSH Configuration
2 # ax.axzshtheme: Default AX-ZSH Theme
3
4 ZSH_THEME_VCS_PROMPT_SUFFIX_SPACING=") "
5
6 ZSH_THEME_PROMPT_PREFIX="%{$fg_no_bold[green]%}%B"
7 ZSH_THEME_PROMPT_ROOT_PREFIX="%{$fg_no_bold[red]%}%B"
8 ZSH_THEME_PROMPT_SUFFIX="%b%{$reset_color%}"
9
10 ax_logname_prompt_functions=($ax_logname_prompt_functions ax_logname_prompt_root)
11 ax_hostname_prompt_functions=($ax_hostname_prompt_functions ax_hostname_prompt_root)
12
13 # Default prompt
14 PS1="$(ax_logname_prompt_yn)$(ax_hostname_prompt_yn)%B%2~%b "'$(ax_vcs_prompt)'"$(ax_prompt) "
15
16 # Prompt on right side
17 RPS1="%(?..%{$fg_no_bold[red]%}%? ↵%{$reset_color%})"