about summary refs log tree commit diff
path: root/vim/.vimrc
diff options
context:
space:
mode:
authorBen Harris <ben@tilde.team>2019-10-23 16:55:44 -0400
committerBen Harris <ben@tilde.team>2019-10-23 20:45:27 -0400
commit756dbd8397dba581774b0c67d211b7152598e7d8 (patch)
tree2336dd5e1fbfcf87691e25116ec657b0128e9ae9 /vim/.vimrc
parent4da01f4b902db6a6ad03ef96575f6f5929e07bf6 (diff)
update vim plugins, add vim-fish
Diffstat (limited to 'vim/.vimrc')
-rw-r--r--vim/.vimrc5
1 files changed, 5 insertions, 0 deletions
diff --git a/vim/.vimrc b/vim/.vimrc
index beef3d9..e4c25bf 100644
--- a/vim/.vimrc
+++ b/vim/.vimrc
@@ -1,3 +1,8 @@
+" posix compatibility
+if &shell =~# 'fish$'
+    set shell=sh
+endif
+
 filetype plugin indent on
 
 syntax enable