This commit is contained in:
Telyn 2018-04-17 21:01:26 +00:00 committed by GitHub
commit 2bf4b5b130
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -1,8 +1,10 @@
# ZSH Theme - Preview: https://flic.kr/p/ZFvivf
local return_code="%(?..%{$fg[red]%}%? ↵%{$reset_color%})"
local suspended_jobs='%(1j. %{$fg[yellow]%}${(Mw)#jobstates#suspended:} ↓%{$reset_color%}.)'
local running_jobs='%(1j. %{$fg[green]%}${(Mw)#jobstates#running:} ↻%{$reset_color%}.)'
PROMPT='%{$fg[green]%}%m%{$reset_color%} %2~ $(git_prompt_info)%{$reset_color%}%B»%b '
RPS1="${return_code}"
RPS1="${return_code}${suspended_jobs}${running_jobs}"
ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg[yellow]%}"
ZSH_THEME_GIT_PROMPT_SUFFIX=" %{$reset_color%}"