Skip to content

Instantly share code, notes, and snippets.

@macodev
Last active December 27, 2015 15:59
Show Gist options
  • Save macodev/7351301 to your computer and use it in GitHub Desktop.
Save macodev/7351301 to your computer and use it in GitHub Desktop.
macodev zsh theme
# macodev simple prompt
PROMPT='%{$fg[green]%}%~%{$fg_bold[blue]%}$(git_prompt_info)%{$reset_color%}%{$fg[green]%}
➤ %{$reset_color%}'
ZSH_THEME_GIT_PROMPT_PREFIX=" - "
ZSH_THEME_GIT_PROMPT_SUFFIX=" "
ZSH_THEME_GIT_PROMPT_DIRTY=" ✗"
ZSH_THEME_GIT_PROMPT_CLEAN=" ✔"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment