summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--rc/filetype/sh.kak2
1 files changed, 1 insertions, 1 deletions
diff --git a/rc/filetype/sh.kak b/rc/filetype/sh.kak
index 9a9f51e7..5f9a50c7 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)?|profile) %{
+hook global BufCreate .*\.((z|ba|c|k|mk)?(sh(rc|_profile|env)?|profile)) %{
set-option buffer filetype sh
}