all repos — dotfiles @ ab676c9c1db4ed7bc1db6d1fc5762ca12e716787

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