From cdc976db0b6bef2f355e26c6295d231f762a01a5 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Wed, 20 Nov 2024 14:36:41 +0100 Subject: [PATCH] shell_setup --- sh/shell.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sh/shell.sh b/sh/shell.sh index d56ca56..099c68d 100644 --- a/sh/shell.sh +++ b/sh/shell.sh @@ -111,7 +111,7 @@ sh_shell_prompt() { printf "%b" "${view}" } -shell_setup() { +sh_shell_setup() { # shell echo "export ENV=\"${ENV}\"" >"/etc/profile.d/sh.sh" # bash