diff --git a/rc/filetype/sh.kak b/rc/filetype/sh.kak index e087d8fb..55ae3251 100644 --- a/rc/filetype/sh.kak +++ b/rc/filetype/sh.kak @@ -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 }