diff options
| author | Evan Gates <evan.gates@gmail.com> | 2022-06-15 14:29:22 -0600 |
|---|---|---|
| committer | Evan Gates <evan.gates@gmail.com> | 2022-06-15 14:29:22 -0600 |
| commit | 864924e3b6bff9b45a6bdfc1f227f54a6694556a (patch) | |
| tree | b15d5b4863c9c0703527e2dec2128d556ff2884d /lua/plugins/filetype.lua | |
| parent | 230605d316d28b0fa8acff7a8a76a5a5b1c91429 (diff) | |
| download | vis-864924e3b6bff9b45a6bdfc1f227f54a6694556a.tar.gz vis-864924e3b6bff9b45a6bdfc1f227f54a6694556a.tar.xz | |
filetype: add .bashrc and .bash_profile
Diffstat (limited to 'lua/plugins/filetype.lua')
| -rw-r--r-- | lua/plugins/filetype.lua | 2 |
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 = { |
