mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-05-01 04:30:37 +02:00
Merge 7852e5f0a2 into 5667161d49
This commit is contained in:
commit
db0a0388a6
1 changed files with 6 additions and 0 deletions
6
themes/marvec.zsh-theme
Normal file
6
themes/marvec.zsh-theme
Normal file
|
|
@ -0,0 +1,6 @@
|
||||||
|
PROMPT='%{$fg_bold[yellow]%}%D{%H:%M:%S}%{$reset_color%} [%{$fg_bold[blue]%}%n%{$fg_bold[yellow]%}@%{$fg_bold[green]%}%m%u%{$reset_color%}:%{$fg_bold[red]%}%2c%{$reset_color%}]$(git_prompt_info) %(!.#.$) '
|
||||||
|
|
||||||
|
ZSH_THEME_GIT_PROMPT_PREFIX=" %{$fg[blue]%}git:%{$reset_color%}(%{$fg[green]%}"
|
||||||
|
ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%}"
|
||||||
|
ZSH_THEME_GIT_PROMPT_DIRTY="%{$reset_color%})%{$fg[yellow]%}✗%{$reset_color%}"
|
||||||
|
ZSH_THEME_GIT_PROMPT_CLEAN="%{$reset_color%})"
|
||||||
Loading…
Add table
Add a link
Reference in a new issue