3 lines
85 B
VimL
3 lines
85 B
VimL
|
" Use bash filetype for `.envrc` files
|
||
|
au BufNewFile,BufRead .envrc setfiletype bash
|