Skip to content

Instantly share code, notes, and snippets.

@sethmcl
Last active August 29, 2015 14:06
Show Gist options
  • Select an option

  • Save sethmcl/daa7bfad597bb5f423d6 to your computer and use it in GitHub Desktop.

Select an option

Save sethmcl/daa7bfad597bb5f423d6 to your computer and use it in GitHub Desktop.
My ZSH theme
# PROMPT='%{$fg_bold[red]%}%M at %{$fg_bold[green]%}%p %{$fg[cyan]%}%c %{$fg_bold[blue]%}$(git_prompt_info)%{$fg_bold[blue]%} % %{$reset_color%}'
PROMPT='%{$fg_bold[yellow]%}%n %{$reset_color%}at %{$fg_bold[green]%}%m %{$fg[cyan]%}${PWD/#$HOME/~} %{$fg_bold[blue]%}$%{$fg_bold[blue]%} % %{$reset_color%}
$ '
ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg[white]%}"
ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%}"
ZSH_THEME_GIT_PROMPT_DIRTY=" %{$fg[red]%}✗%{$reset_color%}"
ZSH_THEME_GIT_PROMPT_CLEAN=""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment