all repos — dotfiles @ be8783c4b7d3b7392c0e2f25003916d91735e578

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•"