aboutsummaryrefslogtreecommitdiff
path: root/lua/plugins
diff options
context:
space:
mode:
authorEvan Gates <evan.gates@gmail.com>2022-06-15 14:29:22 -0600
committerEvan Gates <evan.gates@gmail.com>2022-06-15 14:29:22 -0600
commit864924e3b6bff9b45a6bdfc1f227f54a6694556a (patch)
treeb15d5b4863c9c0703527e2dec2128d556ff2884d /lua/plugins
parent230605d316d28b0fa8acff7a8a76a5a5b1c91429 (diff)
downloadvis-864924e3b6bff9b45a6bdfc1f227f54a6694556a.tar.gz
vis-864924e3b6bff9b45a6bdfc1f227f54a6694556a.tar.xz
filetype: add .bashrc and .bash_profile
Diffstat (limited to 'lua/plugins')
-rw-r--r--lua/plugins/filetype.lua2
1 files changed, 1 insertions, 1 deletions
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 = {