mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-13 03:01:32 +01:00
Adding Shelvak theme
This commit is contained in:
parent
4ce7f0a37f
commit
2f98a1ed9d
1 changed files with 14 additions and 0 deletions
14
themes/Shelvak.zsh-theme
Normal file
14
themes/Shelvak.zsh-theme
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
# Shelvak.zsh-theme
|
||||
#
|
||||
# Author: Nestor Coppi
|
||||
# Nick: Shelvak
|
||||
# URL: https:/github.com/Shelvak
|
||||
# Image: https://dl.dropboxusercontent.com/u/58379025/Shelvak-theme.png
|
||||
|
||||
PROMPT='%{$fg_bold[green]%}%p %{$fg[green]%}%c%{$fg_bold[cyan]%}$(git_prompt_info)%{$fg_bold[blue]%} % %{$reset_color%}'
|
||||
RPROMPT='%{$fg[blue]%}[%n » %D{%I:%M:%S}]%{$reset_color%}'
|
||||
|
||||
ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg[green]%}(%{$fg[cyan]%}"
|
||||
ZSH_THEME_GIT_PROMPT_SUFFIX="%{$fg[cyan]%}→%{$reset_color%}"
|
||||
ZSH_THEME_GIT_PROMPT_DIRTY="%{$fg[green]%})%{$fg[yellow]%}🍺 %{$reset_color%}"
|
||||
ZSH_THEME_GIT_PROMPT_CLEAN="%{$fg[green]%})"
|
||||
Loading…
Add table
Add a link
Reference in a new issue