poniedziałek, 29 kwietnia 2013

FishFish and vim

Wanna new shell? Try fishfish. In osx you can easily install it with brew but it will give you some old version so try:
brew install --HEAD fishfish

Unfortunately fish doesn't support all the commands from bash(why?!!). It breaks some plugin in vim but  here is solution:


set shell=/bin/bash
 

add to your .vimrc file.