diff options
author | Radu Ciorba <[email protected]> | 2016-07-01 17:14:39 +0300 |
---|---|---|
committer | GitHub <[email protected]> | 2016-07-01 17:14:39 +0300 |
commit | f16ddde2d89f1bc6c1cb69708a93f49c5f8a16eb (patch) | |
tree | 4056f72af712c33b437c48f155b4c65a6da2eb33 /README.md | |
parent | b87a45d9b8bc32cf0262239c704383249739d62e (diff) | |
parent | 69a7a53ba2a71de6b30bca9547787d3f9df2198d (diff) | |
download | kerl-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.md | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -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 -------- |