Skip to content

Instantly share code, notes, and snippets.

@chernyshev
Last active June 2, 2018 10:48
Show Gist options
  • Select an option

  • Save chernyshev/22f1584dec6bf620dd1ba97045f6c4ad to your computer and use it in GitHub Desktop.

Select an option

Save chernyshev/22f1584dec6bf620dd1ba97045f6c4ad to your computer and use it in GitHub Desktop.
custom.zsh-theme
local ret_status="%(?:%{$fg_bold[green]%} :%{$fg_bold[red]%} )%{$reset_color%}"
local folder=" %{$fg[cyan]%}%c%{$reset_color%}"
PROMPT='${folder}%{$fg_bold[yellow]%} ❯ %{$reset_color%}'
RPROMPT='$(git_prompt_info)'
ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg_bold[cyan]%}\uf126 %{$fg_bold[red]%}"
ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%} "
ZSH_THEME_GIT_PROMPT_DIRTY="%{$fg[cyan]%}*"
ZSH_THEME_GIT_PROMPT_CLEAN="%{$fg[cyan]%}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment