mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-26 02:12:33 +01:00
Added new lightweight theme 'sirex', screenshot: http://imagebin.org/170652
This commit is contained in:
parent
762b55bb2b
commit
4d2a52d1fe
1 changed files with 23 additions and 0 deletions
23
themes/sirex.zsh-theme
Normal file
23
themes/sirex.zsh-theme
Normal file
|
|
@ -0,0 +1,23 @@
|
||||||
|
# ------------------------------------------------------------------------
|
||||||
|
# Mantas Zimnickas oh-my-zsh theme
|
||||||
|
# based on juanghurtado theme
|
||||||
|
# ------------------------------------------------------------------------
|
||||||
|
|
||||||
|
# Color shortcuts
|
||||||
|
RED=$fg[red]
|
||||||
|
YELLOW=$fg[yellow]
|
||||||
|
GREEN=$fg[green]
|
||||||
|
WHITE=$fg[white]
|
||||||
|
BLUE=$fg[blue]
|
||||||
|
RED_BOLD=$fg_bold[red]
|
||||||
|
YELLOW_BOLD=$fg_bold[yellow]
|
||||||
|
GREEN_BOLD=$fg_bold[green]
|
||||||
|
WHITE_BOLD=$fg_bold[white]
|
||||||
|
BLUE_BOLD=$fg_bold[blue]
|
||||||
|
RESET_COLOR=$reset_color
|
||||||
|
|
||||||
|
RETURN_CODE="%(?..%{$YELLOW%}%? ↵%{$RESET_COLOR%})"
|
||||||
|
|
||||||
|
PROMPT='
|
||||||
|
< %{$GREEN_BOLD%}%n@%M%{$RESET_COLOR%} : %{$YELLOW%}%/%{$RESET_COLOR%} > ${RETURN_CODE}
|
||||||
|
%{$GREEN_BOLD%}>%{$RESET_COLOR%} '
|
||||||
Loading…
Add table
Add a link
Reference in a new issue