Skip to content

Instantly share code, notes, and snippets.

@LindseyB
Created July 30, 2017 20:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save LindseyB/2ca619f5781b7db68a56809a6931e457 to your computer and use it in GitHub Desktop.
Save LindseyB/2ca619f5781b7db68a56809a6931e457 to your computer and use it in GitHub Desktop.
ZSH_THEME_GIT_PROMPT_PREFIX="%{$reset_color%}%{$fg[green]%}\e[3m"
ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%} "
ZSH_THEME_GIT_PROMPT_DIRTY="%{$fg[yellow]%}✨%{$reset_color%}"
ZSH_THEME_GIT_PROMPT_CLEAN=""
PROMPT=$'%{$fg[cyan]%}%1~%{$reset_color%}%{$fg[red]%}|%{$reset_color%}$(git_prompt_info)%{$fg[cyan]%}⇒%{$reset_color%} '
@LindseyB
Copy link
Author

screen shot 2017-07-30 at 4 56 27 pm

In the iterm dir on branch master with pending commit changes with the iterm2 dracula color scheme.

@LindseyB
Copy link
Author

screen shot 2017-08-12 at 2 56 48 pm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment