mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-09 02:24:03 +01:00
Add prompt theme to robby master
This commit is contained in:
parent
fce68bbba0
commit
099c747057
1 changed files with 12 additions and 0 deletions
12
themes/prompt.zsh-theme
Normal file
12
themes/prompt.zsh-theme
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
PROMPT='$fg[magenta]%}@%m%{$reset_color%} %{$fg[blue]%}%C > $(git_prompt_info)$(git_prompt_status)%{$reset_color%}'
|
||||
|
||||
ZSH_THEME_GIT_PROMPT_PREFIX=""
|
||||
ZSH_THEME_GIT_PROMPT_SUFFIX=" > %{$reset_color%}"
|
||||
ZSH_THEME_GIT_PROMPT_DIRTY="%{$fg[red]%}"
|
||||
ZSH_THEME_GIT_PROMPT_CLEAN="%{$fg[green]%}"
|
||||
ZSH_THEME_GIT_PROMPT_UNTRACKED=""
|
||||
ZSH_THEME_GIT_PROMPT_ADDED=""
|
||||
ZSH_THEME_GIT_PROMPT_MODIFIED=""
|
||||
ZSH_THEME_GIT_PROMPT_DELETED=""
|
||||
ZSH_THEME_GIT_PROMPT_UNMERGED=""
|
||||
ZSH_THEME_GIT_PROMPT_RENAMED=""
|
||||
Loading…
Add table
Add a link
Reference in a new issue