]> arthur.barton.de Git - ax-zsh.git/blob - plugins/prompt/prompt.zlogin
Initial commit
[ax-zsh.git] / plugins / prompt / prompt.zlogin
1 # AX-ZSH: Alex' Modular ZSH Configuration
2 # prompt.zlogin: Setup default prompts
3
4 # Default prompt
5 PS1='$(ax_logname_prompt)$(ax_hostname_prompt)%B%2~%b $(ax_vcs_prompt)%{$fg_no_bold[green]%}%B$%b%{$reset_color%} '
6
7 # Prompt on right side
8 RPS1="%(?..%{$fg_no_bold[red]%}%? ↵%{$reset_color%})"