Twerkin' those configs

This commit is contained in:
Josh Sherman 2012-11-19 11:59:05 -05:00
parent a73b39e032
commit f17bc39e56
2 changed files with 9 additions and 3 deletions

View file

@ -86,7 +86,13 @@ set wildignore=*.o,*.obj,*~
set t_Co=256
set background=dark
colorscheme default
if has('gui_running')
colorscheme macvim
else
colorscheme default
endif
syntax on
syntax sync fromstart

View file

@ -1,4 +1,4 @@
SEPARATOR="%{$FG[238]%}:"
SEPARATOR="%{$FG[238]%}"
TIME="%{$FG[028]%}%D{%H}%{$FG[022]%}:%{$FG[028]%}%D{%M}%{$FG[022]%}:%{$FG[028]%}%D{%S}"
USER="%{$FG[244]%}%n%{$FG[248]%}@%{$fg[magenta]%}%m"
@ -9,4 +9,4 @@ PROMPT='
ZSH_THEME_GIT_PROMPT_PREFIX=" %{$FG[011]%}("
ZSH_THEME_GIT_PROMPT_SUFFIX=""
ZSH_THEME_GIT_PROMPT_DIRTY=") %{$fg[red]%}✗%{$reset_color%}"
ZSH_THEME_GIT_PROMPT_CLEAN=") %{$FG[028]%}✔%{$reset_color%}"
ZSH_THEME_GIT_PROMPT_CLEAN=")"