From 864924e3b6bff9b45a6bdfc1f227f54a6694556a Mon Sep 17 00:00:00 2001 From: Evan Gates Date: Wed, 15 Jun 2022 14:29:22 -0600 Subject: filetype: add .bashrc and .bash_profile --- lua/plugins/filetype.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lua/plugins') diff --git a/lua/plugins/filetype.lua b/lua/plugins/filetype.lua index 8f70d93..cc01eba 100644 --- a/lua/plugins/filetype.lua +++ b/lua/plugins/filetype.lua @@ -43,7 +43,7 @@ vis.ftdetect.filetypes = { }, bash = { utility = { "^[db]ash$", "^sh$","^t?csh$","^zsh$" }, - ext = { "%.bash$", "%.csh$", "%.sh$", "%.zsh$" ,"^APKBUILD$", "%.ebuild$"}, + ext = { "%.bash$", "%.csh$", "%.sh$", "%.zsh$" ,"^APKBUILD$", "%.ebuild$", "^.bashrc$", "^.bash_profile$" }, mime = { "text/x-shellscript", "application/x-shellscript" }, }, batch = { -- cgit v1.2.3