summaryrefslogtreecommitdiffstats
path: root/system/fish/README
diff options
context:
space:
mode:
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.