This script is for Slackware 14.1 only and may be outdated.

SlackBuilds Repository

14.1 > System > fish (2.2.0)

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

This SlackBuild automatically add fish on /etc/shells.

To use fish as your login shell, run 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.

Maintained by: Edinaldo P. Silva
Keywords: shell,friendly,interactive
ChangeLog: fish

Homepage:
http://fishshell.com/

Source Downloads:
fish-2.2.0.tar.gz (f6c3d940148593ff6648adb07986cbcb)

Download SlackBuild:
fish.tar.gz
fish.tar.gz.asc (FAQ)

(the SlackBuild does not include the source)

Individual Files:
README
doinst.sh
fish.SlackBuild
fish.info
slack-desc

Validated for Slackware 14.1

See our HOWTO for instructions on how to use the contents of this repository.

Access to the repository is available via:
ftp git cgit http rsync

© 2006-2024 SlackBuilds.org Project. All rights reserved.
Slackware® is a registered trademark of Patrick Volkerding
Linux® is a registered trademark of Linus Torvalds