slackbuilds_ponce/system/fish/README
Edinaldo P. Silva bd42c1db69 system/fish: Updated for version 2.2.0 + new maintainer.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2015-07-31 13:32:57 +07:00

17 lines
641 B
Text

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.