]> src.twobees.de Git - dotfiles.git/blob - stow/oh-my-zsh/.oh-my-zsh/themes/jispwoso.zsh-theme
7484305738ec1142bc56b74ec48712890b16af64
[dotfiles.git] / stow / oh-my-zsh / .oh-my-zsh / themes / jispwoso.zsh-theme
1 local ret_status="%(?:%{$fg_bold[green]%}➜ :%{$fg_bold[red]%}➜ %s)"
2 PROMPT=$'%{$fg[green]%}%n@%m: %{$reset_color%}%{$fg[blue]%}%/ %{$reset_color%}%{$fg_bold[blue]%}$(git_prompt_info)%{$fg_bold[blue]%} % %{$reset_color%}
3 ${ret_status} %{$reset_color%} '
4
5 PROMPT2="%{$fg_blod[black]%}%_> %{$reset_color%}"
6
7 ZSH_THEME_GIT_PROMPT_PREFIX="git:(%{$fg[red]%}"
8 ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%}"
9 ZSH_THEME_GIT_PROMPT_DIRTY="%{$fg[blue]%}) %{$fg[yellow]%}✗%{$reset_color%}"
10 ZSH_THEME_GIT_PROMPT_CLEAN="%{$fg[blue]%})"