mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-13 03:01:32 +01:00
Adding lomanto theme.
This commit is contained in:
parent
d485044169
commit
26d7ccc561
1 changed files with 7 additions and 0 deletions
7
themes/lomanto.zsh-theme
Normal file
7
themes/lomanto.zsh-theme
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
local ret_status="%(?:%{$FG[036]%}➜ :%{$FG[036]%}➜ %s)"
|
||||
PROMPT='${ret_status}%{$FG[036]%}%p %{$FG[036]%}%c %{$FG[039]%}$(git_prompt_info)%{$FG[036]%} % %{$FG[007]%}'
|
||||
|
||||
ZSH_THEME_GIT_PROMPT_PREFIX="git:(%{$FG[179]%}"
|
||||
ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%}"
|
||||
ZSH_THEME_GIT_PROMPT_DIRTY=" %{$FG[179]%}⚡%{$FG[039]%})%{$FG[007]%}"
|
||||
ZSH_THEME_GIT_PROMPT_CLEAN="%{$FG[039]%})"
|
||||
Loading…
Add table
Add a link
Reference in a new issue