]> arthur.barton.de Git - ax-zsh.git/blob - themes/ax.axzshtheme
50_prompt: ZSH_THEME_{LOGNAME|HOSTNAME|VCS}_PROMPT_{PREFIX|SUFFIX}_SPACING
[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 ax_logname_prompt_functions=($ax_logname_prompt_functions ax_logname_prompt_root)
7 ax_hostname_prompt_functions=($ax_hostname_prompt_functions ax_hostname_prompt_root)
8
9 # Default prompt
10 PS1="$(ax_logname_prompt_yn)$(ax_hostname_prompt_yn)%B%2~%b "'$(ax_vcs_prompt)'"%{$fg_no_bold[green]%}%B\$%b%{$reset_color%} "
11
12 # Prompt on right side
13 RPS1="%(?..%{$fg_no_bold[red]%}%? ↵%{$reset_color%})"