better interactive bash testing

This commit is contained in:
Felix Van der Jeugt 2015-12-01 10:36:08 +01:00
parent 695bc1cf68
commit 1d9ff9572f
1 changed files with 1 additions and 1 deletions

View File

@ -184,7 +184,7 @@ autocmd FileType sh call ShellHook()
function ShellHook()
" Execute in subshell
noremap <C-i> :!bash ./%<CR>
noremap <C-i> :!bash --init-file ./%<CR><CR>
endfunction
" }}}