diff options
author | Matthew Lemon <matt@matthewlemon.com> | 2021-04-04 16:23:30 +0100 |
---|---|---|
committer | Matthew Lemon <matt@matthewlemon.com> | 2021-04-04 16:23:30 +0100 |
commit | f2ced7ca4a51d1d96c94bdab4f6499b57ed1b87b (patch) | |
tree | 9e02303e5f9fc96046ec0a291a07b315e2327914 /vim | |
parent | cbfea3498af03f1ff6106f4f3302d9be08f722e3 (diff) |
remove all mention of fish!
Diffstat (limited to 'vim')
-rw-r--r-- | vim/vimrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ let sh_maxlines=600 set synmaxcol=300 set noshowmatch set synmaxcol=200 -set shell=/usr/local/bin/fish +set shell=/bin/ksh set nocompatible |