New theme "daveverwer", based on "geoffgarside".
This commit is contained in:
parent
142490d04a
commit
6ccca35e9d
7
themes/daveverwer.zsh-theme
Normal file
7
themes/daveverwer.zsh-theme
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
# Copied and modified from the oh-my-zsh theme from geoffgarside
|
||||||
|
# Red server name, green cwd, blue git status
|
||||||
|
|
||||||
|
PROMPT='%{$fg[red]%}%m%{$reset_color%}:%{$fg[green]%}%c%{$reset_color%}$(git_prompt_info) %(!.#.$) '
|
||||||
|
|
||||||
|
ZSH_THEME_GIT_PROMPT_PREFIX=" %{$fg[blue]%}("
|
||||||
|
ZSH_THEME_GIT_PROMPT_SUFFIX=")%{$reset_color%}"
|
Reference in New Issue
Block a user