4 lines
130 B
VimL
4 lines
130 B
VimL
" Force .enter/.exit to be zsh
|
|
au BufNewFile,BufReadPost .enter set filetype=zsh
|
|
au BufNewFile,BufReadPost .exit set filetype=zsh
|