diff --git a/sh/main.sh b/sh/main.sh index 902c7f8..a4ef43b 100644 --- a/sh/main.sh +++ b/sh/main.sh @@ -57,4 +57,4 @@ main_source_file() { main_source_file "${ENV}" -main_source_directory "${HOME}/shell" +main_source_directory "${HOME}/sh" diff --git a/sh/sh.sh b/sh/sh.sh index 5676d0d..6fab8a6 100644 --- a/sh/sh.sh +++ b/sh/sh.sh @@ -114,7 +114,7 @@ shell_prompt() { shell_setup() { # shell - echo "export ENV=\"${ENV}\"" >"/etc/profile.d/shell.sh" + echo "export ENV=\"${ENV}\"" >"/etc/profile.d/sh.sh" # bash local file="/etc/bash.bashrc" rm --force --recursive "${file}"