Skip to content

Instantly share code, notes, and snippets.

@aripalo
Created October 6, 2016 14:24
Show Gist options
  • Save aripalo/3357559102a956938c33437a8ac11b3c to your computer and use it in GitHub Desktop.
Save aripalo/3357559102a956938c33437a8ac11b3c to your computer and use it in GitHub Desktop.
local ret_status="%(?:%{$fg_bold[green]%}➜ :%{$fg_bold[red]%}➜ )"
PROMPT='${ret_status} %{$fg[cyan]%}%c%{$reset_color%} $(git_prompt_info)'
local italics=$'%{\e[3m%}'
ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg_bold[blue]%}git:(%{$fg[red]%}${italics}"
ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%} "
ZSH_THEME_GIT_PROMPT_DIRTY="%{$fg[blue]%}) %{$fg[yellow]%}✗"
ZSH_THEME_GIT_PROMPT_CLEAN="%{$fg[blue]%})"
@aripalo
Copy link
Author

aripalo commented Oct 6, 2016

Example screenshot:

image

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