mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-03-27 03:14:56 +01:00
Added paulomagalhaes theme
This commit is contained in:
parent
e44aa50301
commit
5fa9d53e8f
1 changed files with 11 additions and 0 deletions
11
themes/paulomagalhaes.zsh-theme
Normal file
11
themes/paulomagalhaes.zsh-theme
Normal file
|
|
@ -0,0 +1,11 @@
|
||||||
|
# Prompt format
|
||||||
|
PROMPT='%(?: :%{$fg_bold[red]%} %s)'
|
||||||
|
RPROMPT='%{$fg_bold[cyan]%}${PWD/$HOME/~}%{$reset_color%}$(git_prompt_info)'
|
||||||
|
|
||||||
|
# Format for git_prompt_info()
|
||||||
|
ZSH_THEME_GIT_PROMPT_PREFIX=" %{$fg_bold[green]%}"
|
||||||
|
ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%}"
|
||||||
|
|
||||||
|
# Format for parse_git_dirty()
|
||||||
|
ZSH_THEME_GIT_PROMPT_DIRTY="%{$fg_bold[red]%} ●"
|
||||||
|
ZSH_THEME_GIT_PROMPT_CLEAN=""
|
||||||
Loading…
Add table
Add a link
Reference in a new issue