mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-26 02:12:33 +01:00
gernots theme
This commit is contained in:
parent
9f46eafae0
commit
eb57086fe3
3 changed files with 10 additions and 3 deletions
7
themes/gernot.zsh-theme
Normal file
7
themes/gernot.zsh-theme
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
export EDITOR='mate -w'
|
||||
|
||||
ZSH_THEME_GIT_PROMPT_PREFIX="("
|
||||
ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%}"
|
||||
ZSH_THEME_GIT_PROMPT_DIRTY=") %{$fg[yellow]%}✗%{$reset_color%}"
|
||||
ZSH_THEME_GIT_PROMPT_CLEAN=")"
|
||||
PROMPT='%{$fg_bold[white]%}%p %{$fg[green]%}%c %{$fg_bold[red]%}$(git_prompt_info)%{$fg_bold[red]%} % %{$reset_color%}'
|
||||
Loading…
Add table
Add a link
Reference in a new issue