From 5da3afc6c2daa16ccb97ab407ed82a2973095830 Mon Sep 17 00:00:00 2001 From: znmz Date: Tue, 2 Jun 2026 23:16:33 +0200 Subject: [PATCH] Add zsh as an Alternative for Command-Line Shells (#882) Add zsh as an Alternative for Command-Line Shells Reviewed-on: https://codeberg.org/small-hack/open-slopware/pulls/882 Reviewed-by: Admin --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ce54898..b1db58a 100644 --- a/README.md +++ b/README.md @@ -605,20 +605,21 @@ This is a section for repos that are similar to this one either because they are > [!NOTE] > #### Alternative Bourne Shell Implementations -> * [dash](http://gondor.apana.org.au/~herbert/dash/) > * [bash](https://www.gnu.org/software/bash/) +> * [Busybox](https://busybox.net/) `ash` +> * [dash](http://gondor.apana.org.au/~herbert/dash/) > * [mksh](http://www.mirbsd.org/mksh.htm) > * [oksh](https://github.com/ibara/oksh) -> * [Busybox](https://busybox.net/) `ash` > * [Schilytools] `bosh` +> * [zsh](https://zsh.org) > [!NOTE] > #### Alternative Shell Languages > * [elvish](https://elv.sh) +> * [execline](https://skarnet.org/software/execline/) > * [fish](https://fishshell.com/) > * [rc](http://doc.cat-v.org/plan_9/4th_edition/papers/rc) > * [xc](https://git.sr.ht/~sircmpwn/xc) -> * [execline](https://www.skarnet.org/software/execline/) ### Addons and Prompts