Make syntastic play nice with RVM

This commit is contained in:
Yan Pritzker
2015-03-24 16:17:24 -05:00
parent 2e53da3dcd
commit 39a812f20b
2 changed files with 17 additions and 0 deletions

View File

@@ -101,7 +101,9 @@ alias gfch='git fetch'
alias gd='git diff'
alias gb='git b'
alias gbd='git b -D -w'
# Staged and cached are the same thing
alias gdc='git diff --cached -w'
alias gds='git diff --staged -w'
alias gpub='grb publish'
alias gtr='grb track'
alias gpl='git pull'