mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-26 02:12:33 +01:00
Added my theme.
This commit is contained in:
parent
757fa3314d
commit
80661c17a9
1 changed files with 11 additions and 0 deletions
11
themes/nbucciarelli.zsh-theme
Normal file
11
themes/nbucciarelli.zsh-theme
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
local lambda='%{$fg[yellow]%}λ%{$reset_color%}'
|
||||
local rvm_ruby='%{$fg[red]%}$(rvm-prompt i v g)%{$reset_color%}'
|
||||
local git_branch='%{$fg_bold[blue]%}$(git_prompt_info)%{$reset_color%}'
|
||||
|
||||
PROMPT="%{$fg[green]%}%~ ${rvm_ruby} ${git_branch}
|
||||
${lambda} "
|
||||
|
||||
ZSH_THEME_GIT_PROMPT_PREFIX=""
|
||||
ZSH_THEME_GIT_PROMPT_SUFFIX=" "
|
||||
ZSH_THEME_GIT_PROMPT_DIRTY=" %{$fg[red]%}✗"
|
||||
ZSH_THEME_GIT_PROMPT_CLEAN=" %{$fg[green]%}✔"
|
||||
Loading…
Add table
Add a link
Reference in a new issue