mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-13 03:01:32 +01:00
Added my personal theme
This commit is contained in:
parent
61e3951e4b
commit
293654897a
1 changed files with 9 additions and 0 deletions
9
themes/kporter.zsh-theme
Normal file
9
themes/kporter.zsh-theme
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
#kporter theme
|
||||
PROMPT=' %{$fg[cyan]%}┌[%{$fg_bold[white]%}%D{%m/%d %K:%M}%{$reset_color%}%{$fg[cyan]%}]%{$fg[white]%}-%{$fg[cyan]%}(%{$fg_bold[white]%}%~%{$reset_color%}%{$fg[cyan]%})$(git_prompt_info)%{$fg_bold[white]%}[$(jobs | wc -l)]%{$reset_color%}%{$fg[cyan]%}-
|
||||
└> % %{$reset_color%}'
|
||||
RPROMPT='%{$fg_bold[white]%}$(acpi -b | cut -d ',' -f2 | tr -d '%')%%%{$reset_color%}'
|
||||
|
||||
ZSH_THEME_GIT_PROMPT_PREFIX="-[%{$reset_color%}%{$fg[white]%}git://%{$fg_bold[white]%}"
|
||||
ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%}%{$fg[cyan]%}]-"
|
||||
ZSH_THEME_GIT_PROMPT_DIRTY=" %{$fg[red]%}✗%{$reset_color%}"
|
||||
ZSH_THEME_GIT_PROMPT_CLEAN=" %{$fg[green]%}✔%{$reset_color%}"
|
||||
Loading…
Add table
Add a link
Reference in a new issue