]> arthur.barton.de Git - ax-zsh.git/blob - themes/ax.axzshtheme
d0363b43a52cadde29650e65531ff89dd0b103bf
[ax-zsh.git] / themes / ax.axzshtheme
1 # AX-ZSH: Alex' Modular ZSH Configuration
2 # ax.axzshtheme: Default AX-ZSH Theme
3
4 ax_logname_prompt_functions=($ax_logname_prompt_functions ax_logname_prompt_root)
5 ax_hostname_prompt_functions=($ax_hostname_prompt_functions ax_hostname_prompt_root)
6
7 # Default prompt
8 PS1="$(ax_logname_prompt_yn)$(ax_hostname_prompt_yn)%B%2~%b "'$(ax_vcs_prompt)'"%{$fg_no_bold[green]%}%B\$%b%{$reset_color%} "
9
10 # Prompt on right side
11 RPS1="%(?..%{$fg_no_bold[red]%}%? ↵%{$reset_color%})"