public
Description: My patches and updates to fish, forked from the official darcs repo using darcs-to-git.
Homepage: http://fishshell.org
Clone URL: git://github.com/benhoskings/fish.git
fish /
README
Prerequisites
=============

 - ncurses
 - gcc


Installing
==========

  > ./configure
  > make install
  > echo /usr/local/bin/fish >>/etc/shells

  To set fish as the default shell:
  > chsh -s /usr/local/bin/fish