slackbuilds/system/fish
dsomero 687c78d560 various: Fix SlackBuild formatting and comment nit picks.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
2013-11-22 02:34:22 -05:00
..
README system/fish: Added to 12.0 repository 2010-05-11 20:01:58 +02:00
doinst.sh system/fish: Added to 12.0 repository 2010-05-11 20:01:58 +02:00
fish.SlackBuild various: Fix SlackBuild formatting and comment nit picks. 2013-11-22 02:34:22 -05:00
fish.info system/fish: New Maintainer 2013-11-15 13:46:12 -06:00
slack-desc various: Fix slack-desc formatting and comment nit picks. 2013-11-22 02:29:22 -05:00

README

fish (Friendly Interactive SHell) is a user friendly command line shell 
for UNIX-like operating systems. 

Post installation, fish outputs the following message regarding setting up 
fish as your primary shell:
	To run fish, type 'fish' in your terminal.
To use fish as your login shell:
	* add the line '/usr/bin/fish' to the file '/etc/shells'.
	* use the command 'chsh -s /usr/bin/fish'.

This package will potentially conflict with the /usr/games/fish binary
from the y/bsdgames package.  In a stock installation with default PATH
ordering, /usr/bin should be checked before /usr/games, so it shouldn't
be an issue, but we thought it was worth noting just in case.