Merge remote-tracking branch 'pickfire/profile' into master

This commit is contained in:
Maxime Coste 2020-11-08 14:33:02 +11:00
commit 2a5628659a

View File

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