minor fixes

main
Steffen Rademacker 7 years ago
parent 2ca5ee534d
commit 7396c7025c

@ -13,10 +13,10 @@ npm install -g eslint
npm install -g eslint-config-xo-space
npm install -g fkill-cli
npm install -g gulp
npm install -g htmlhint
npm install -g jsonlint
npm install -g npm-check-updates
npm install -g pure-prompt
npm install -g sass-lint
npm install -g trash-cli
npm install -g vtop
npm install -g xo

@ -60,7 +60,6 @@ let g:ale_linters = {
\ 'css': [],
\ 'html': ['htmlhint'],
\ 'javascript': ['eslint'],
\ 'sass': ['sasslint'],
\ 'scss': ['sasslint'],
\}

@ -55,7 +55,7 @@ alias ta='tmux -u attach'
# all in one homebrew, gem update commands
alias brewup='brew update && brew upgrade && brew cleanup'
alias npmup='npm -g outdated && npm -g update'
alias npmup='ncu -g && npm -g outdated && npm -g update'
alias upall='brewup && npmup'
# other often used stuff, mostly node/npm

Loading…
Cancel
Save