all repos — dotfiles @ ffc818becc782440b9dc93f8491d4b9369fc680e

my *nix dotfiles

zsh/.oh-my-zsh/themes/simple.zsh-theme (view raw)

1NEWLINE=$'\n'
2PROMPT='%{$fg[cyan]%}%~%{$fg[yellow]%}$(git_prompt_info)${NEWLINE}%{$fg[magenta]%}>%{$reset_color%} '
3
4ZSH_THEME_GIT_PROMPT_PREFIX=" "
5ZSH_THEME_GIT_PROMPT_SUFFIX=""
6ZSH_THEME_GIT_PROMPT_DIRTY=" \e[0;31m×" 
7ZSH_THEME_GIT_PROMPT_CLEAN=" \e[0;32m•"