Skip to content

CodeMonk/fish

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 59.5%
  • Python 29.1%
  • C++ 11.4%