fish compatibility for vim
This commit is contained in:
parent
8b5a49519a
commit
69b5dcb405
|
@ -127,3 +127,11 @@ let perl_extended_vars = 1
|
||||||
" expand tabs for python code
|
" expand tabs for python code
|
||||||
autocmd BufRead,BufNewFile *.py set expandtab
|
autocmd BufRead,BufNewFile *.py set expandtab
|
||||||
|
|
||||||
|
"""""""""""""""""""""""""""""""""
|
||||||
|
""" Compatibility with fish shell
|
||||||
|
"""""""""""""""""""""""""""""""""
|
||||||
|
|
||||||
|
" https://www.mail-archive.com/fish-users@lists.sourceforge.net/msg01425.html
|
||||||
|
if $SHELL =~ 'bin/fish'
|
||||||
|
set shell=/bin/bash
|
||||||
|
endif
|
||||||
|
|
Loading…
Reference in New Issue
Block a user