Skip to content

Instantly share code, notes, and snippets.

@AlexVKO
Created December 29, 2015 22:11
Show Gist options
  • Save AlexVKO/4cc97847cc0432b09c83 to your computer and use it in GitHub Desktop.
Save AlexVKO/4cc97847cc0432b09c83 to your computer and use it in GitHub Desktop.
oh-my-zsh theme
# local ret_status="%(?:%{$fg_bold[green]%}➜ :%{$fg_bold[red]%}➜ %s)"
# %{$fg_bold[green]%}%c %{$reset_color%}$(work_in_progress)%{$fg_bold[blue]%} % %{$reset_color%}
PROMPT='
%{$fg[blue]%}%c%{$reset_color%} $(git_prompt_info)%{$fg_bold[blue]%} %{$reset_color%}
> '
RPROMPT='${_current_dir}'
ZSH_THEME_GIT_PROMPT_PREFIX="on %{$fg_bold[white]%}"
ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%}"
ZSH_THEME_GIT_PROMPT_DIRTY="%{$fg[red]%}! %{$reset_color%}"
ZSH_THEME_GIT_PROMPT_CLEAN="%{$fg[green]%}!"
local _current_dir="%{$fg_bold[black]%}%3~%{$reset_color%} "
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment