From 878c3422c9ad9edc7b907948515b3118d91a67d1 Mon Sep 17 00:00:00 2001 From: Andy Stewart Date: Thu, 22 Aug 2013 10:47:41 +0200 Subject: [PATCH] Add note about Fish shell. --- README.mkd | 1 + 1 file changed, 1 insertion(+) diff --git a/README.mkd b/README.mkd index e85a638..cf696b5 100644 --- a/README.mkd +++ b/README.mkd @@ -245,6 +245,7 @@ Here are some things you can check: * Your git config is compatible with the version of git which your Vim is calling (`:echo system('git --version')`). * Your Vim supports signs (`:echo has('signs')` should give `1`). * Your file is being tracked by git and has unstaged, saved changes. +* If you use the Fish shell, add `set shell=/bin/bash` to your `~/.vimrc`. ### Alternatives