aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorRadu Ciorba <[email protected]>2016-07-01 17:14:39 +0300
committerGitHub <[email protected]>2016-07-01 17:14:39 +0300
commitf16ddde2d89f1bc6c1cb69708a93f49c5f8a16eb (patch)
tree4056f72af712c33b437c48f155b4c65a6da2eb33 /README.md
parentb87a45d9b8bc32cf0262239c704383249739d62e (diff)
parent69a7a53ba2a71de6b30bca9547787d3f9df2198d (diff)
downloadkerl-f16ddde2d89f1bc6c1cb69708a93f49c5f8a16eb.tar.gz
kerl-f16ddde2d89f1bc6c1cb69708a93f49c5f8a16eb.tar.bz2
kerl-f16ddde2d89f1bc6c1cb69708a93f49c5f8a16eb.zip
Merge pull request #91 from rciorba/fish_support
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
--------