diff --git a/vim/vimrc b/vim/vimrc index 25bc502..9ac5459 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -184,7 +184,7 @@ autocmd FileType sh call ShellHook() function ShellHook() " Execute in subshell - noremap :!bash ./% + noremap :!bash --init-file ./% endfunction " }}}