Skip to content

Instantly share code, notes, and snippets.

@josuecau
Created December 23, 2014 19:46
Show Gist options
  • Save josuecau/d2d5c9a920c6a28ad368 to your computer and use it in GitHub Desktop.
Save josuecau/d2d5c9a920c6a28ad368 to your computer and use it in GitHub Desktop.
# Seoul oh-my-zsh theme
# Theme with username, hostname, relative path and git branch
# Inspired by Maran theme and Seoul256 color scheme
PROMPT='%F{173}%n%{$reset_color%}%F{252}@%{$reset_color%}%F{179}%M%{$reset_color%}%F{252}:%{$reset_color%}%F{116}%~%{$reset_color%}$(git_prompt_info) %F{252}%(!.#.$)%{$reset_color%} '
ZSH_THEME_GIT_PROMPT_PREFIX="%F{252}:%{$reset_color%}%F{108}"
ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%}"
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