better interactive bash testing
This commit is contained in:
parent
695bc1cf68
commit
1d9ff9572f
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
" }}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue