Skip to content

Instantly share code, notes, and snippets.

@jasonm23
Created August 1, 2010 21:59
Show Gist options
  • Save jasonm23/503812 to your computer and use it in GitHub Desktop.
Save jasonm23/503812 to your computer and use it in GitHub Desktop.
oh-my-zsh theme 'supamilky'
PROMPT='$fg_bold[cyan][$fg[white]%t$fg_bold[cyan] ]$fg_bold[cyan] [$fg[white]%n@%m$fg_bold[cyan]]
[$fg[white]%~$(git_prompt_info)$fg[white]$(rvm_prompt_info)$fg_bold[cyan]]$reset_color
$ '
# git theming
ZSH_THEME_GIT_PROMPT_PREFIX=" $fg_bold[red]($fg_bold[white]"
ZSH_THEME_GIT_PROMPT_SUFFIX="$fg_bold[red])"
ZSH_THEME_GIT_PROMPT_CLEAN=""
ZSH_THEME_GIT_PROMPT_DIRTY="$fg_bold[cyan]*"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment