diff --git a/plugin/autocmds.vim b/plugin/autocmds.vim index de22dfb..9e210f7 100644 --- a/plugin/autocmds.vim +++ b/plugin/autocmds.vim @@ -7,4 +7,6 @@ augroup benieAugroup " Reopening a file at last curson position au BufReadPost * if line("'\"") > 0 && line("'\"") <= line("$") \ | exe "normal! g'\"" | endif + au BufRead,BufNewFile .env set filetype=zsh + au BufRead,BufNewFile .out set filetype=zsh augroup END