shell_setup

This commit is contained in:
Marc Beninca 2024-11-20 14:36:41 +01:00
parent 942de1caed
commit cdc976db0b
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

View file

@ -111,7 +111,7 @@ sh_shell_prompt() {
printf "%b" "${view}" printf "%b" "${view}"
} }
shell_setup() { sh_shell_setup() {
# shell # shell
echo "export ENV=\"${ENV}\"" >"/etc/profile.d/sh.sh" echo "export ENV=\"${ENV}\"" >"/etc/profile.d/sh.sh"
# bash # bash