mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-20 03:02:29 +01:00
Añadido clon de Cloud con emojis bacanes.
This commit is contained in:
parent
3913106b2e
commit
10a035215e
1 changed files with 10 additions and 0 deletions
10
themes/furio.zsh-theme
Normal file
10
themes/furio.zsh-theme
Normal file
|
|
@ -0,0 +1,10 @@
|
||||||
|
if [[ -z $ZSH_THEME_FURIO_PREFIX ]]; then
|
||||||
|
ZSH_THEME_FURIO_PREFIX='👊'
|
||||||
|
fi
|
||||||
|
|
||||||
|
PROMPT='%{$fg_bold[blue]%}$ZSH_THEME_FURIO_PREFIX %{$fg_bold[red]%}%p %{$fg[red]%}%c %{$fg_bold[white]%}$(git_prompt_info)%{$fg_bold[blue]%} % %{$reset_color%}'
|
||||||
|
|
||||||
|
ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg[red]%}[%{$fg[white]%}"
|
||||||
|
ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%}"
|
||||||
|
ZSH_THEME_GIT_PROMPT_DIRTY="%{$fg[red]%}] %{$fg[yellow]%}😱%{$reset_color%} "
|
||||||
|
ZSH_THEME_GIT_PROMPT_CLEAN="%{$fg[red]%}]"
|
||||||
Loading…
Add table
Add a link
Reference in a new issue