Recognize shell config files as sh scripts

This commit is contained in:
Maxime Coste 2015-10-21 09:50:31 +01:00
parent 944d8f53fb
commit 1f276b3fcf

View File

@ -1,4 +1,4 @@
hook global BufCreate .*\.((z|ba|c|k)?sh) %{
hook global BufCreate .*\.(z|ba|c|k)?sh(rc|_profile)? %{
set buffer filetype sh
}