rwx/shell

This commit is contained in:
Marc Beninca 2024-12-01 20:15:05 +01:00
parent b67107c737
commit 527b2d2a67
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F
3 changed files with 8 additions and 5 deletions

View file

@ -17,7 +17,7 @@ x() {
"${@}"
}
[ "${RWX_SHELL}" = "bash" ] || return
[ "$(rwx_shell)" = "bash" ] || return
# shellcheck disable=SC3033
..() {