Last active
December 20, 2015 09:59
-
-
Save philipjkim/6112150 to your computer and use it in GitHub Desktop.
Slight color changes to aussiegeek.zsh-theme in oh-my-zsh
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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