From ffb9e602847f4f196d6366dd1f982046853b29f4 Mon Sep 17 00:00:00 2001 From: orbea Date: Wed, 18 May 2022 09:55:55 -0700 Subject: etc/shells: Add yash to login shells Yash, yet another shell, is a POSIX-compliant command line shell written in C99 (ISO/IEC 9899:1999). Yash is intended to be the most POSIX-compliant shell in the world while supporting features for daily interactive and scripting use. Closes: https://github.com/gentoo/baselayout/pull/1 Signed-off-by: orbea Signed-off-by: William Hubbs --- etc/shells | 1 + 1 file changed, 1 insertion(+) diff --git a/etc/shells b/etc/shells index db18c437..ede09033 100644 --- a/etc/shells +++ b/etc/shells @@ -9,4 +9,5 @@ /bin/sash /bin/sh /bin/tcsh +/bin/yash /bin/zsh -- cgit v1.2.3-65-gdbad