SlackBuildsOrg/system/fish
David Somero 27c1357eb3 system/fish: Misc automated cleanups.
Signed-off-by: David Somero <xgizzmo@slackbuilds.org>
2010-06-04 01:15:36 -04:00
..
doinst.sh
fish.info system/fish: Updated for version 1.23.1 2010-05-13 00:40:15 +02:00
fish.SlackBuild system/fish: Misc automated cleanups. 2010-06-04 01:15:36 -04:00
README
slack-desc system/fish: Updated for version 1.23.1 2010-05-13 00:40:15 +02:00

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.