aboutsummaryrefslogtreecommitdiff
path: root/vim
diff options
context:
space:
mode:
Diffstat (limited to 'vim')
-rw-r--r--vim/filetype.vim4
1 files changed, 4 insertions, 0 deletions
diff --git a/vim/filetype.vim b/vim/filetype.vim
index 2dc44889..99d07cfa 100644
--- a/vim/filetype.vim
+++ b/vim/filetype.vim
@@ -300,10 +300,14 @@ augroup filetypedetect
autocmd BufNewFile,BufRead
\ ?*.bash
\,.bash_aliases
+ \,.bash_completion
\,.bash_logout
\,.bash_profile
\,.bashrc
\,bash-fc.?*
+ \,bash_aliases
+ \,bash_completion
+ \,bash_logout
\,bash_profile
\,bashrc
\ let b:is_bash = 1