Skip to content

Instantly share code, notes, and snippets.

@MJ111
Last active March 12, 2017 18:58
Show Gist options
  • Save MJ111/b5b27c1e580bdcb2eb883d282a840398 to your computer and use it in GitHub Desktop.
Save MJ111/b5b27c1e580bdcb2eb883d282a840398 to your computer and use it in GitHub Desktop.
arrows.zsh-theme
PROMPT='%{$fg_bold[yellow]%}%c%{$reset_color%} $(git_prompt_info)%{$reset_color%}$(git_prompt_status)%{$reset_color%}
$fg_bold[red]›$fg_bold[cyan]›$fg_bold[blue]›%{$reset_color%} '
RPROMPT=''
ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg[green]%}"
ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%}"
ZSH_THEME_GIT_PROMPT_DIRTY=""
ZSH_THEME_GIT_PROMPT_CLEAN=""
ZSH_THEME_GIT_PROMPT_ADDED="%{$fg_bold[green]%} + "
ZSH_THEME_GIT_PROMPT_MODIFIED="%{$fg_bold[blue]%} ✭ "
ZSH_THEME_GIT_PROMPT_DELETED="%{$fg[red]%} ✖ "
ZSH_THEME_GIT_PROMPT_RENAMED="%{$fg[magenta]%} ➜ "
ZSH_THEME_GIT_PROMPT_UNMERGED="%{$fg[yellow]%} ═ "
ZSH_THEME_GIT_PROMPT_UNTRACKED="%{$fg[cyan]%} ? "
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment