shell_setup
This commit is contained in:
parent
942de1caed
commit
cdc976db0b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue