mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-05-01 04:30:37 +02:00
Merge 80661c17a9 into 5667161d49
This commit is contained in:
commit
3f34aa3d6e
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