mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-05-08 04:34:00 +02:00
Merge c900d2e7ac into 5667161d49
This commit is contained in:
commit
0cd3bb7093
1 changed files with 6 additions and 0 deletions
6
themes/simplest.zsh-theme
Normal file
6
themes/simplest.zsh-theme
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
ZSH_THEME_GIT_PROMPT_PREFIX="$fg[cyan]($fg[green]"
|
||||
ZSH_THEME_GIT_PROMPT_SUFFIX="$fg[cyan])$reset_color"
|
||||
ZSH_THEME_GIT_PROMPT_DIRTY=" $fg[red]✗$reset_color"
|
||||
ZSH_THEME_GIT_PROMPT_CLEAN=" $fg[green]✔$reset_color"
|
||||
|
||||
PROMPT='$(git_prompt_info) $fg[cyan]%c$reset_color '
|
||||
Loading…
Add table
Add a link
Reference in a new issue