SlackBuildsOrg/system/fish
Edinaldo P. Silva c208680898
system/fish: Updated for version 2.3.1.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
2016-07-30 08:28:43 +07:00
..
doinst.sh system/fish: Updated for version 2.3.1. 2016-07-30 08:28:43 +07:00
fish.info system/fish: Updated for version 2.3.1. 2016-07-30 08:28:43 +07:00
fish.SlackBuild system/fish: Updated for version 2.3.1. 2016-07-30 08:28:43 +07:00
README system/fish: Updated for version 2.3.1. 2016-07-30 08:28:43 +07:00
slack-desc

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

This SlackBuild automatically adds fish to /etc/shells.

To use fish as your login shell, run this command:

$ chsh -s /usr/bin/fish

To remove fish from the /etc/shells, in case of fish removal, please run:

$ su -c "sed -ri '\|^/usr/bin/fish$|d' /etc/shells"

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.