mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-26 02:12:33 +01:00
Add simplest theme
This commit is contained in:
parent
762b55bb2b
commit
e35da9b9fe
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 '
|
||||
Loading…
Add table
Add a link
Reference in a new issue