slackbuilds/system/fish
Edinaldo P. Silva 2e73ccf8b4 system/fish: Updated for version 2.5.0.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
2017-02-11 07:24:11 +07:00
..
README system/fish: Updated for version 2.4.0. 2016-11-11 20:36:22 +00:00
doinst.sh system/fish: Updated for version 2.3.1. 2016-07-30 08:28:43 +07:00
fish.SlackBuild system/fish: Updated for version 2.5.0. 2017-02-11 07:24:11 +07:00
fish.info system/fish: Updated for version 2.5.0. 2017-02-11 07:24:11 +07:00
slack-desc system/fish: Updated for version 2.2.0 + new maintainer. 2015-07-31 13:32:57 +07:00

README

fish (Friendly Interactive Shell)

fish is a user friendly command line shell for UNIX-like systems.
fish includes case insensitive completions, a multiline editing
system, a new and simplified key binding system, and a large number
of command specific completions.

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.

NOTES:

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 it from the /etc/shells (in case of fish removal), run:

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

To use fish_update_completions see README.Slackware from man-db
SlackBuild or typically (as normal user or root):

 $ fish
 $ source /etc/profile.d/man-db.sh
 $ fish_update_completions