various vim/zsh updates
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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'
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user