Created
December 23, 2014 19:46
-
-
Save josuecau/d2d5c9a920c6a28ad368 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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