diff --git a/vimrc b/vimrc index fbd7962..3fb22df 100644 --- a/vimrc +++ b/vimrc @@ -1025,7 +1025,7 @@ let g:go_autodetect_gopath = 0 " au BufWritePre *.py,*.js :Autoformat -au FileType sh au BufWritePre :call SHFmt() +au FileType sh,zsh au BufWritePre :call SHFmt() " " Custom commands