Skip to content

Instantly share code, notes, and snippets.

@tylercunnion
Created March 8, 2012 09:50
Show Gist options
  • Save tylercunnion/2000025 to your computer and use it in GitHub Desktop.
Save tylercunnion/2000025 to your computer and use it in GitHub Desktop.
zsh theme
PROMPT='[%n@%M:%~$(git_prompt_info)] Ꭶ '
RPROMPT='[%*]'
ZSH_THEME_GIT_PROMPT_PREFIX=" ("
ZSH_THEME_GIT_PROMPT_SUFFIX=")"
ZSH_THEME_GIT_PROMPT_CLEAN=""
ZSH_THEME_GIT_PROMPT_DIRTY="!"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment