Some old stuff, some ruby

This commit is contained in:
Andrew Tomaka 2015-12-11 08:46:13 -05:00
parent 7705380dce
commit 8ed71cb139
2 changed files with 15 additions and 2 deletions

View file

@ -19,7 +19,7 @@ precmd() {
zstyle ':vcs_info:*' enable git hg svn
zstyle ':vcs_info:*:prompt:*' nvcsformats ""
zstyle ':vcs_info:*:prompt:*' formats "[%F{yellow}%b%f%u%c]"
zstyle ':vcs_info:*:prompt:*' formats "[%F{cyan}%b%f%u%c]"
vcs_info 'prompt'
}
local vcs='${vcs_info_msg_0_}'