summaryrefslogtreecommitdiffstats
path: root/system/fish/README
diff options
context:
space:
mode:
author Pierre Cazenave <pwcazenave@gmail.com>2010-05-11 20:01:58 +0200
committer Robby Workman <rworkman@slackbuilds.org>2010-05-11 20:01:58 +0200
commita50a71b73c947bea8b2b1d0b32c793f4dc57ed34 (patch)
tree39640d47519e102afc7007cb52f739ee74a7fc21 /system/fish/README
parentc3626a392f5d6116a4f998ec41f8bc8dbe125e9b (diff)
downloadslackbuilds-a50a71b73c947bea8b2b1d0b32c793f4dc57ed34.tar.gz
slackbuilds-a50a71b73c947bea8b2b1d0b32c793f4dc57ed34.tar.xz
system/fish: Added to 12.0 repository
Diffstat (limited to 'system/fish/README')
-rw-r--r--system/fish/README14
1 files changed, 14 insertions, 0 deletions
diff --git a/system/fish/README b/system/fish/README
new file mode 100644
index 0000000000..23d9f9a9b1
--- /dev/null
+++ b/system/fish/README
@@ -0,0 +1,14 @@
+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.