all repos — dotfiles @ 4370185625cf969e941b30804180cd9337989c3e

my *nix dotfiles

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

1NEWLINE=$'\n'
2PROMPT='${NEWLINE}%{$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•"