Skip to content

Instantly share code, notes, and snippets.

@kaushik94
Created October 17, 2016 08:47
Show Gist options
  • Save kaushik94/a54e128869c0c82bdbed31d56c710daa to your computer and use it in GitHub Desktop.
Save kaushik94/a54e128869c0c82bdbed31d56c710daa 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)'
ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg_bold[blue]%}[%{$fg[red]%}"
ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%} "
ZSH_THEME_GIT_PROMPT_DIRTY="%{$fg[blue]%}] %{$fg[yellow]%}😡 "
ZSH_THEME_GIT_PROMPT_CLEAN="%{$fg[blue]%}] 😇 "
@kaushik94
Copy link
Author

screen shot 2016-10-17 at 2 21 04 pm

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