diff options
author | Benjamin Morrison <ben@gbmor.dev> | 2021-02-08 20:58:32 -0500 |
---|---|---|
committer | Benjamin Morrison <ben@gbmor.dev> | 2021-02-08 20:58:32 -0500 |
commit | b26816c6213019049cfe8915b26e95d67c300272 (patch) | |
tree | c1538f167b4c7a57dc5e3cf30b2d9f45863a2ff9 | |
parent | 6a3b59a0248febbbb782d73bd1a0eea7cf3d234a (diff) | |
download | site-b26816c6213019049cfe8915b26e95d67c300272.tar.gz |
added yash to shells list and organized list
-rw-r--r-- | html/index.html | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/html/index.html b/html/index.html index 4115d3e..6ae900c 100644 --- a/html/index.html +++ b/html/index.html @@ -103,17 +103,18 @@ <li><code>tinyscheme 1.42</code></li> <li><code>yasm 1.3.0</code></li> </ul> - <p>The interactive shells available are:</p> + <p>The shells available are:</p> <ul> + <li><code>/bin/csh</code></li> <li><code>/bin/ksh (default)</code></li> <li><code>/bin/sh</code></li> - <li><code>/bin/csh</code></li> <li><code>/usr/local/bin/bash</code></li> <li><code>/usr/local/bin/dash</code></li> - <li><code>/usr/local/bin/zsh</code></li> + <li><code>/usr/local/bin/elvish</code></li> <li><code>/usr/local/bin/fish</code></li> <li><code>/usr/local/bin/tcsh</code></li> - <li><code>/usr/local/bin/elvish</code></li> + <li><code>/usr/local/bin/yash</code></li> + <li><code>/usr/local/bin/zsh</code></li> <li><code>/usr/local/plan9/bin/rc</code></li> </ul> <br /> |