mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
c208680898
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
17 lines
645 B
Text
17 lines
645 B
Text
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.
|