You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
About
Fork from Ben Hosking's fish repo, so that I can make changes too.