Skip to content

Instantly share code, notes, and snippets.

@jonstites
Last active January 4, 2017 14:51
Show Gist options
  • Save jonstites/251f4c8c0981ef3a33e8a5c1917ca5a9 to your computer and use it in GitHub Desktop.
Save jonstites/251f4c8c0981ef3a33e8a5c1917ca5a9 to your computer and use it in GitHub Desktop.
My zsh theme
reset="%{$reset_color%}"
PROMPT='╭─ %{$FG[064]%}%n${reset} %{$FG[006]%}%M${reset} %{$FG[225]%}%~${reset} %{$fg_bold[blue]%}$(git_prompt_info)${reset}
╰─ %{$fg[white]%}%# ${reset}'
RPROMPT="[%D{%Y-%m-%d %H:%M:%S}]"
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]%})"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment