]> src.twobees.de Git - dotfiles.git/blob - stow/oh-my-zsh/.oh-my-zsh/themes/jaischeema.zsh-theme
50d2bc4a56f14dbb7f56e2117728f715bbd4933b
[dotfiles.git] / stow / oh-my-zsh / .oh-my-zsh / themes / jaischeema.zsh-theme
1 # jaischeema.zsh-theme
2
3 PROMPT='%{$fg_bold[magenta]%}%m%{$reset_color%} at %{$fg_bold[green]%}%~%{$reset_color%} %{$fg_bold[blue]%}$(git_prompt_info)%{$fg_bold[blue]%}% %{$reset_color%}%{$fg[red]%}❯%{$reset_color%} '
4 RPROMPT='$(ruby_prompt_info)'
5
6 ZSH_THEME_GIT_PROMPT_PREFIX="±(%{$fg[red]%}"
7 ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%}"
8 ZSH_THEME_GIT_PROMPT_DIRTY="%{$fg[blue]%}) %{$fg[yellow]%}✗%{$reset_color%} "
9 ZSH_THEME_GIT_PROMPT_CLEAN="%{$fg[blue]%}) "
10
11 ZSH_THEME_RUBY_PROMPT_PREFIX="%{$fg[red]%}"
12 ZSH_THEME_RUBY_PROMPT_SUFFIX="%{$reset_color%}"