mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-26 02:12:33 +01:00
Add pete theme
This commit is contained in:
parent
b550d6d08d
commit
bf5a53e2ea
1 changed files with 10 additions and 0 deletions
10
themes/pete.zsh-theme
Normal file
10
themes/pete.zsh-theme
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
#!/bin/bash
|
||||
|
||||
PROMPT='(%w%t) [%{$fg[blue]%}%n%{$reset_color%}@%{$fg[green]%}%M%{$reset_color%}] %{$fg[yellow]%}%d%{$reset_color%}$(git_prompt_info)$(rvm_prompt_info) %(!.#.$)%{$reset_color%} '
|
||||
|
||||
ZSH_THEME_GIT_PROMPT_DIRTY=" %{$fg_bold[red]%}✗%{$reset_color%}"
|
||||
ZSH_THEME_GIT_PROMPT_CLEAN=" %{$fg_bold[green]%}✓%{$reset_color%}"
|
||||
ZSH_THEME_GIT_PROMPT_PREFIX=" (%{$fg_bold[cyan]%}"
|
||||
ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%})"
|
||||
ZSH_THEME_RVM_PROMPT_PREFIX=" (%{$fg_bold[green]%}"
|
||||
ZSH_THEME_RVM_PROMPT_SUFFIX="%{$reset_color%})"
|
||||
Loading…
Add table
Add a link
Reference in a new issue