various vim/zsh updates

This commit is contained in:
Nick Nisi
2015-03-23 13:03:38 -05:00
parent 1b2d269118
commit f4b075e5c0
4 changed files with 7 additions and 4 deletions

View File

@@ -58,4 +58,4 @@ tm_host="#[fg=$tm_color_feature,bold]#h"
tm_session_name="#[fg=$tm_color_feature,bold]$tm_icon #S"
set -g status-left $tm_session_name
set -g status-right $tm_itunes' '$tm_rdio' '$tm_spotify' '$tm_date' '$tm_host
set -g status-right $tm_date' '$tm_host

View File

@@ -49,6 +49,7 @@ Plugin 'junegunn/goyo.vim'
Plugin 'chriskempson/base16-vim'
" JavaScript
Plugin 'hail2u/vim-css3-syntax'
Plugin 'othree/html5.vim'
Plugin 'pangloss/vim-javascript'
Plugin 'jelera/vim-javascript-syntax'

View File

@@ -432,6 +432,8 @@ let g:ctrlp_working_path_mode = 2
" let g:airline_left_sep=''
" let g:airline_right_sep=''
let g:airline_powerline_fonts=1
let g:airline_left_sep=''
let g:airline_right_sep=''
let g:airline_theme='base16'
" don't hide quotes in json files

View File

@@ -58,9 +58,9 @@ source `brew --prefix`/etc/profile.d/z.sh
# Base16 Shell
if [ -z "$THEME" ]; then
export THEME="base16-atelierforest"
fi
# if [ -z "$THEME" ]; then
export THEME="base16-atelierheath"
# fi
if [ -z "$BACKGROUND" ]; then
export BACKGROUND="dark"
fi