mirror of
https://github.com/tomru/DotfilesOld.git
synced 2026-03-03 06:27:21 +01:00
Merge branch 'master' into everard
This commit is contained in:
4
vimrc
4
vimrc
@@ -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
17
zshenv
Normal 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
|
||||
|
||||
Reference in New Issue
Block a user