support fish shell

master
Thomas Lindner 2015-10-30 14:54:16 +01:00
parent 34ab2d3c6d
commit 7db96b7027
3 changed files with 5 additions and 0 deletions

3
.gitmodules vendored
View File

@ -7,3 +7,6 @@
[submodule "bundle/vim-bracketed-paste"]
path = bundle/vim-bracketed-paste
url = https://github.com/ConradIrwin/vim-bracketed-paste.git
[submodule "bundle/vim-fish"]
path = bundle/vim-fish
url = https://github.com/dag/vim-fish

1
bundle/vim-fish Submodule

@ -0,0 +1 @@
Subproject commit 825853f4816a07e59ea2ecee1190ab6a5d9ef991

1
vimrc
View File

@ -1,4 +1,5 @@
set sts=4 sw=4 et
set shell=/bin/sh
runtime bundle/vim-pathogen/autoload/pathogen.vim
execute pathogen#infect()