summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authororbea <orbea@riseup.net>2022-05-18 09:55:55 -0700
committerWilliam Hubbs <williamh@gentoo.org>2022-05-25 09:58:08 -0500
commitffb9e602847f4f196d6366dd1f982046853b29f4 (patch)
tree7a738c58706dba55a7da496e1237d92fa0092016
parentversion 2.8 (diff)
downloadbaselayout-ffb9e602847f4f196d6366dd1f982046853b29f4.tar.gz
baselayout-ffb9e602847f4f196d6366dd1f982046853b29f4.tar.bz2
baselayout-ffb9e602847f4f196d6366dd1f982046853b29f4.zip
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 <orbea@riseup.net> Signed-off-by: William Hubbs <williamh@gentoo.org>
-rw-r--r--etc/shells1
1 files changed, 1 insertions, 0 deletions
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