Skip to content

Instantly share code, notes, and snippets.

@anandkkpr
Created July 19, 2014 01:29
Show Gist options
  • Save anandkkpr/a2dfa7d23155ec83c02a to your computer and use it in GitHub Desktop.
Save anandkkpr/a2dfa7d23155ec83c02a to your computer and use it in GitHub Desktop.
autoload -U promptinit
promptinit
PROMPT='%{$fg_bold[yellow]%}%n%{$fg_no_bold[white]%}@%{$fg_no_bold[green]%}%m %{$fg_bold[yellow]%}%~ %{$fg_no_bold[blue]%}$(git_prompt_info)%{$fg_no_bold[blue]%}
%{$fg_bold[yellow]%}%(#,#,$)%{$reset_color%} '
ZSH_THEME_GIT_PROMPT_PREFIX="
git:(%{$fg[red]%}"
ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%}"
ZSH_THEME_GIT_PROMPT_DIRTY="%{$fg[blue]%}) %{$fg[yellow]%}✗%{$reset_color%}"
ZSH_THEME_GIT_PROMPT_CLEAN="%{$fg[blue]%})"
source ~/.bash/aliases.bsh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment