mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-05-08 04:34:00 +02:00
Merge bd6a4eddb5 into 5667161d49
This commit is contained in:
commit
0fbff60068
1 changed files with 9 additions and 0 deletions
9
themes/lomanto.zsh-theme
Normal file
9
themes/lomanto.zsh-theme
Normal file
|
|
@ -0,0 +1,9 @@
|
||||||
|
# Preview different colors in terminal by running `spectrum_ls`
|
||||||
|
|
||||||
|
local ret_status="%(?:%{$FG[036]%}➜ :%{$FG[036]%}➜ %s)"
|
||||||
|
PROMPT='${ret_status}%{$FG[036]%}%p %{$FG[036]%}%c %{$FG[141]%}$(git_prompt_info)%{$FG[141]%} % %{$FG[255]%}'
|
||||||
|
|
||||||
|
ZSH_THEME_GIT_PROMPT_PREFIX="git:(%{$FG[141]%}"
|
||||||
|
ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%}"
|
||||||
|
ZSH_THEME_GIT_PROMPT_DIRTY=" %{$FG[255]%}⚡%{$FG[141]%})%{$FG[255]%}"
|
||||||
|
ZSH_THEME_GIT_PROMPT_CLEAN="%{$FG[141]%})"
|
||||||
Loading…
Add table
Add a link
Reference in a new issue