mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-05-08 04:34:00 +02:00
Merge 9ad1406cad into 291e96dcd0
This commit is contained in:
commit
659fa94d54
1 changed files with 14 additions and 0 deletions
14
themes/abras.zsh-theme
Normal file
14
themes/abras.zsh-theme
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
local current_path='%{$fg_bold[cyan]%}%1/%\/%{$reset_color%}'
|
||||
local rvm_prompt='%{$fg_bold[yellow]%}$(rvm-prompt)%{$reset_color%}'
|
||||
local git_info='$(git_prompt_info)'
|
||||
|
||||
ZSH_THEME_GIT_PROMPT_PREFIX="on %{$fg_bold[yellow]%}"
|
||||
ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%}"
|
||||
ZSH_THEME_GIT_PROMPT_DIRTY="%{$fg[magenta]%} ✗"
|
||||
ZSH_THEME_GIT_PROMPT_CLEAN="%{$fg[green]%} ✔"
|
||||
|
||||
RPROMPT="%{$fg_bold[grey]%}%{$reset_color%}"
|
||||
|
||||
PROMPT="
|
||||
${rvm_prompt} in ${current_path} ${git_info}
|
||||
› "
|
||||
Loading…
Add table
Add a link
Reference in a new issue