diff options
author | Erwan Martin <[email protected]> | 2016-07-23 22:44:28 +0200 |
---|---|---|
committer | Erwan Martin <[email protected]> | 2016-07-23 22:44:28 +0200 |
commit | 9a9a5d1867431782037555dec6afb322edb9c22e (patch) | |
tree | d99e0ff498b970dde3efc1ebee98c23a3149a684 /README.md | |
parent | 8df33a7dc3b1f9bfd1f887567f44378021eb8851 (diff) | |
download | kerl-9a9a5d1867431782037555dec6afb322edb9c22e.tar.gz kerl-9a9a5d1867431782037555dec6afb322edb9c22e.tar.bz2 kerl-9a9a5d1867431782037555dec6afb322edb9c22e.zip |
Add support for C shells.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 18 |
1 files changed, 18 insertions, 0 deletions
@@ -215,6 +215,24 @@ Deactivation is the same as in other shells: Please note: if you've installed a build with an older version of kerl (1.2.0 older) it won't have the `activate.fish` script. +C shell support +--------------- + +kerl has basic support for the C shells (csh/tcsh/etc.). + +To activate an installation: + + source /path/to/install/dir/activate.csh + +The activation script sources file .kerlrc.csh instead of .kerlrc. + +Deactivation is the same as in other shells: + + kerl_deactivate + +Please note: if you've installed a build with an older version of kerl +it won't have the `activate.csh` script. + Glossary -------- |