Skip to content

rajkrpan/fish

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

I've long since stopped using fish and haven't built this code in years. Proceed at your own risk.

# You'll need ncurses headers installed to build (i.e. the ncurses-dev package, or similar).

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

To set fish as the default shell:

chsh -s /usr/local/bin/fish

About

My patches and updates to fish, forked from the official darcs repo using darcs-to-git.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 53.7%
  • Shell 42.2%
  • Roff 3.5%
  • Other 0.6%