aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorRadu Ciorba <[email protected]>2016-06-30 11:43:13 +0300
committerRadu Ciorba <[email protected]>2016-06-30 11:43:13 +0300
commit69a7a53ba2a71de6b30bca9547787d3f9df2198d (patch)
tree4056f72af712c33b437c48f155b4c65a6da2eb33 /README.md
parentb87a45d9b8bc32cf0262239c704383249739d62e (diff)
downloadkerl-69a7a53ba2a71de6b30bca9547787d3f9df2198d.tar.gz
kerl-69a7a53ba2a71de6b30bca9547787d3f9df2198d.tar.bz2
kerl-69a7a53ba2a71de6b30bca9547787d3f9df2198d.zip
add support for fish shell
Diffstat (limited to 'README.md')
-rw-r--r--README.md16
1 files changed, 16 insertions, 0 deletions
diff --git a/README.md b/README.md
index e1957f9..bb3e982 100644
--- a/README.md
+++ b/README.md
@@ -196,6 +196,22 @@ Since .kerlrc is a dot file for `/bin/sh`, running shell commands inside the
executed later. For example, the shell `export` commands in .kerlrc will affect
*your login shell environment* when activating `curl`. Use with care.
+Fish shell support
+------------------
+
+kerl has basic support for the fish shell.
+
+To activate an installation:
+
+ source /path/to/install/dir/activate.fish
+
+Deactivation is the same as in other shells:
+
+ kerl_deactivate
+
+Please note: if you've installed a build with an older version of kerl
+(1.2 or older) it won't have the `activate.fish` script.
+
Glossary
--------