Open .enter and .exit as zsh filetype

This commit is contained in:
Kenneth Benzie 2018-04-22 17:53:21 +01:00 committed by Kenneth Benzie (Benie)
parent 9cf385ee95
commit c9ae77e5a2

2
after/ftdetect/zsh.vim Normal file
View File

@ -0,0 +1,2 @@
au BufNewFile,BufReadPost .enter set filetype=zsh
au BufNewFile,BufReadPost .exit set filetype=zsh