mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
4248415dde
Signed-off-by: Erik Hanson <erik@slackbuilds.org> |
||
---|---|---|
.. | ||
doinst.sh | ||
fish.info | ||
fish.SlackBuild | ||
README | ||
slack-desc |
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.