mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-02 02:19:06 +01:00
Add blakefrost theme
This commit is contained in:
parent
1120f97305
commit
0040ec8f12
1 changed files with 9 additions and 0 deletions
9
themes/blakefrost.zsh-theme
Normal file
9
themes/blakefrost.zsh-theme
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
#! /usr/bin/env zsh
|
||||
|
||||
ZSH_THEME_GIT_PROMPT_PREFIX="%{$reset_color%}%{$fg[green]%} "
|
||||
ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%}"
|
||||
ZSH_THEME_GIT_PROMPT_DIRTY="%{$fg[yellow]%}⚡%{$reset_color%}"
|
||||
ZSH_THEME_GIT_PROMPT_CLEAN=""
|
||||
|
||||
PROMPT='%1~%{$reset_color%}$(git_prompt_info) ★ %{$reset_color%}'
|
||||
RPROMPT='%{$fg[blue]%}$(rbenv version | cut -d " " -f 1 | sed "s/-/ /g")%{$reset_color%}'
|
||||
Loading…
Add table
Add a link
Reference in a new issue