about summary refs log tree commit diff
path: root/vim/.vimrc
diff options
context:
space:
mode:
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