Skip to content

Commit

Permalink
ensure bash aliases also work in mvim command prompt
Browse files Browse the repository at this point in the history
  • Loading branch information
Neeraj Singh committed Jan 11, 2011
1 parent efffc27 commit 96cd65c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -156,3 +156,7 @@ endfunction
nmap <leader>j :call Jscheck()<CR>
let jslint_command_options = '-conf "/Users/nsingh/dev/vim/jsl-0.3.0-mac/jsl.default.conf" -nofilelisting -nocontext -nosummary -nologo -process'

"ensure that all aliases also work in mvim command prompt
" http://stackoverflow.com/questions/4642822/vim-is-not-obeying-command-aliases
set shell=/bin/bash\ -i

0 comments on commit 96cd65c

Please sign in to comment.