mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-30 02:44:42 +01:00
Adding jj-juicy theme
This commit is contained in:
parent
5d6a06bda6
commit
0ee8461a63
1 changed files with 23 additions and 0 deletions
23
themes/jj-juicy.zsh-theme
Normal file
23
themes/jj-juicy.zsh-theme
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
# ------------------------------------------------------------------------------
|
||||
# FILE: jj-juicy.zsh-theme
|
||||
# DESCRIPTION: oh-my-zsh theme file.
|
||||
# AUTHOR: José Juan R. Zuñiga (juan@makingdevs.com)
|
||||
# VERSION: 0.1
|
||||
# SCREENSHOT:
|
||||
# ------------------------------------------------------------------------------
|
||||
local return_status="%{$fg[red]%}%(?..⏎)%{$reset_color%} "
|
||||
PROMPT='$(git_prompt_info)$(git_prompt_status) %{$fg[yellow]%}❯%{$reset_color%} '
|
||||
RPROMPT='${return_status}%{$fg[green]%}%~%{$reset_color%} %{$fg_bold[magenta]%}[ %T ]%}%{$reset_color%}'
|
||||
|
||||
ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg[blue]%}("
|
||||
ZSH_THEME_GIT_PROMPT_SUFFIX=")%{$reset_color%}"
|
||||
ZSH_THEME_GIT_PROMPT_DIRTY=""
|
||||
ZSH_THEME_GIT_PROMPT_CLEAN=""
|
||||
|
||||
|
||||
ZSH_THEME_GIT_PROMPT_ADDED="%{$fg[green]%} ✚"
|
||||
ZSH_THEME_GIT_PROMPT_MODIFIED="%{$fg[blue]%} ✹"
|
||||
ZSH_THEME_GIT_PROMPT_DELETED="%{$fg[red]%} ✖"
|
||||
ZSH_THEME_GIT_PROMPT_RENAMED="%{$fg[magenta]%} ➜"
|
||||
ZSH_THEME_GIT_PROMPT_UNMERGED="%{$fg[yellow]%} ═"
|
||||
ZSH_THEME_GIT_PROMPT_UNTRACKED="%{$fg[cyan]%} ✭"
|
||||
Loading…
Add table
Add a link
Reference in a new issue