]> src.twobees.de Git - dotfiles.git/blob - stow/oh-my-zsh/.oh-my-zsh/themes/murilasso.zsh-theme
...
[dotfiles.git] / stow / oh-my-zsh / .oh-my-zsh / themes / murilasso.zsh-theme
1 local return_code="%(?..%{$fg[red]%}%? ↵%{$reset_color%})"
2 local user_host='%{$terminfo[bold]$fg[green]%}%n@%m%{$reset_color%}'
3 local current_dir='%{$terminfo[bold]$fg[blue]%}%~%{$reset_color%}'
4 local rvm_ruby='%{$fg[red]%}$(ruby_prompt_info)%{$reset_color%}'
5 local git_branch='%{$fg[blue]%}$(git_prompt_info)%{$reset_color%}'
6
7 PROMPT="${user_host}:${current_dir} ${rvm_ruby}
8 ${git_branch} %B$%b "
9 RPS1="${return_code}"
10
11 ZSH_THEME_GIT_PROMPT_PREFIX=""
12 ZSH_THEME_GIT_PROMPT_SUFFIX=""
13 ZSH_THEME_GIT_PROMPT_DIRTY=" %{$fg[red]%}✗%{$reset_color%}"
14 ZSH_THEME_GIT_PROMPT_CLEAN=" %{$fg[green]%}✔%{$reset_color%}"