aboutsummaryrefslogtreecommitdiff
path: root/system/fish/README
diff options
context:
space:
mode:
authorEdinaldo P. Silva <edps.mundognu@gmail.com>2016-11-09 10:49:44 +0000
committerDavid Spencer <idlemoor@slackbuilds.org>2016-11-11 20:36:22 +0000
commite8b25fc7eb3f94863cb185930e76511c4c3f5562 (patch)
treeeb6f6d3fd992bccbb4eca304ae9a7533a0589131 /system/fish/README
parent2289acf09bbf34c633d1805e55d859f4f3900700 (diff)
downloadslackbuilds-e8b25fc7eb3f94863cb185930e76511c4c3f5562.tar.xz
system/fish: Updated for version 2.4.0.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'system/fish/README')
-rw-r--r--system/fish/README32
1 files changed, 23 insertions, 9 deletions
diff --git a/system/fish/README b/system/fish/README
index c41173e57c75..9b00838a7e79 100644
--- a/system/fish/README
+++ b/system/fish/README
@@ -1,17 +1,31 @@
-fish (Friendly Interactive SHell) is a user friendly command line shell
-for UNIX-like operating systems.
+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
+ $ chsh -s /usr/bin/fish
+
+To remove it from the /etc/shells (in case of fish removal), run:
-To remove fish from the /etc/shells, in case of fish removal, please run:
+ $ su -c "sed -ri '\|^/usr/bin/fish$|d' /etc/shells"
-$ 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):
-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.
+ $ fish
+ $ source /etc/profile.d/man-db.sh
+ $ fish_update_completions