Skip to content

Instantly share code, notes, and snippets.

@philipjkim
Last active December 20, 2015 09:59
Show Gist options
  • Save philipjkim/6112150 to your computer and use it in GitHub Desktop.
Save philipjkim/6112150 to your computer and use it in GitHub Desktop.
Slight color changes to aussiegeek.zsh-theme in oh-my-zsh
PROMPT='$FG[254][$FG[026]%t$FG[254]]$FG[035]%n@%~$(git_prompt_info)$FG[208]$(rvm_prompt_info)$reset_color
$ '
# git theming
ZSH_THEME_GIT_PROMPT_PREFIX="$FG[255]("
ZSH_THEME_GIT_PROMPT_SUFFIX=")"
ZSH_THEME_GIT_PROMPT_CLEAN="✔"
ZSH_THEME_GIT_PROMPT_DIRTY="✗"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment