mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-05-08 04:34:00 +02:00
Merge bd7e6c4869 into 1c958e02a5
This commit is contained in:
commit
7d73fdfe9b
1 changed files with 8 additions and 0 deletions
8
themes/ziggoto.zsh-theme
Normal file
8
themes/ziggoto.zsh-theme
Normal file
|
|
@ -0,0 +1,8 @@
|
||||||
|
# Theme with full path names and hostname
|
||||||
|
# Handy if you work on different servers all the time;
|
||||||
|
PROMPT='%{$fg_bold[green]%}%n@%M%{$reset_color%}:%{$fg_bold[blue]%}%/%{$reset_color%} $(git_prompt_info)'
|
||||||
|
|
||||||
|
ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg_bold[yellow]%}git:(%{$fg[red]%}"
|
||||||
|
ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%} "
|
||||||
|
ZSH_THEME_GIT_PROMPT_DIRTY="%{$fg[yellow]%}) %{$reset_color%}%(!.#.$)"
|
||||||
|
ZSH_THEME_GIT_PROMPT_CLEAN="%{$fg[yellow]%}) %{$reset_color%}%(!.#.$)"
|
||||||
Loading…
Add table
Add a link
Reference in a new issue