vim: use proper syntax highlighting for bash profile

This commit is contained in:
Fernando Schauenburg 2020-12-15 23:39:58 +01:00
parent 85b4d48980
commit 036f2ac143

View file

@ -232,7 +232,7 @@ nnoremap <silent> <leader>l :call VimrcCycleNumbers()<CR>
augroup vimrc " {{{
autocmd!
autocmd BufNewFile,BufRead bash_profile,bashrc set filetype=sh
autocmd BufNewFile,BufRead bash_profile,bashrc,profile set filetype=sh
autocmd BufNewFile,BufRead gitconfig set filetype=gitconfig
autocmd BufNewFile,BufRead *.sx,*.s19 set filetype=srec
autocmd BufNewFile,BufRead Vagrantfile set filetype=ruby