mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-09 02:24:03 +01:00
added tahugoreng.zsh-theme
This commit is contained in:
parent
397c085a19
commit
d6dfd06706
1 changed files with 14 additions and 0 deletions
14
themes/tahugoreng.zsh-theme
Normal file
14
themes/tahugoreng.zsh-theme
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
|
||||
local box='%{$fg_bold[red]%}▬ '
|
||||
local name='%{$fg_bold[cyan]%}%n'
|
||||
local on='%{$fg_bold[white]%}on'
|
||||
local c='%{$fg_bold[blue]%}%c'
|
||||
local git_branch='%{$fg_bold[white]%}$(git_prompt_info)'
|
||||
|
||||
PROMPT="${box} ${on} ${c} ${git_branch}
|
||||
${box} %{$reset_color%}"
|
||||
|
||||
ZSH_THEME_GIT_PROMPT_PREFIX="git@%{$fg[blue]%}"
|
||||
ZSH_THEME_GIT_PROMPT_SUFFIX=""
|
||||
ZSH_THEME_GIT_PROMPT_DIRTY=" %{$fg[red]%}UNTRACKED FILES%{$fg_bold[white]%}"
|
||||
ZSH_THEME_GIT_PROMPT_CLEAN=" %{$fg_bold[white]% status: %{$fg[green]%}☻ %{$fg_bold[white]%}"
|
||||
Loading…
Add table
Add a link
Reference in a new issue