aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorsanmiguel <[email protected]>2016-09-30 17:13:57 +0200
committerGitHub <[email protected]>2016-09-30 17:13:57 +0200
commit7017f09958bc43fae93d57faa821c10f15104502 (patch)
tree95bfa4da042fba7158db316179496137fb5c060c /README.md
parent462f9554488d98509508c119a95b7f79a14effef (diff)
parent9a9a5d1867431782037555dec6afb322edb9c22e (diff)
downloadkerl-7017f09958bc43fae93d57faa821c10f15104502.tar.gz
kerl-7017f09958bc43fae93d57faa821c10f15104502.tar.bz2
kerl-7017f09958bc43fae93d57faa821c10f15104502.zip
Merge pull request #155 from ZeWaren/c-shells-support
Add support for C shells.
Diffstat (limited to 'README.md')
-rw-r--r--README.md18
1 files changed, 18 insertions, 0 deletions
diff --git a/README.md b/README.md
index 4b65f31..e49648b 100644
--- a/README.md
+++ b/README.md
@@ -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
--------