Merge branch 'master' into everard

This commit is contained in:
Thomas Ruoff
2014-10-29 17:00:44 +01:00
2 changed files with 21 additions and 0 deletions

4
vimrc
View File

@@ -229,6 +229,10 @@ endif
" Plugin Configuration
"
"" syntastic
let g:syntastic_javascript_checkers = ['jscs','jshint']
let g:syntastic_check_on_open = 1
"" ariline
let g:airline_theme = 'solarized'
let g:airline_enable_syntastic = 1

17
zshenv Normal file
View File

@@ -0,0 +1,17 @@
##################
# Source Things
#################
# solarized dircolors
[ -s ~/.dircolors ] && . ~/.dircolors
# extend path
export PATH=$HOME/local/bin:$PATH
# nvm
export NVM_DIR="$HOME/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && . "$NVM_DIR/nvm.sh" # This loads nvm
# todo.sh
alias t=todo.sh