sh
This commit is contained in:
parent
9910b4786b
commit
7376790a30
2 changed files with 2 additions and 2 deletions
|
@ -57,4 +57,4 @@ main_source_file() {
|
||||||
|
|
||||||
main_source_file "${ENV}"
|
main_source_file "${ENV}"
|
||||||
|
|
||||||
main_source_directory "${HOME}/shell"
|
main_source_directory "${HOME}/sh"
|
||||||
|
|
2
sh/sh.sh
2
sh/sh.sh
|
@ -114,7 +114,7 @@ shell_prompt() {
|
||||||
|
|
||||||
shell_setup() {
|
shell_setup() {
|
||||||
# shell
|
# shell
|
||||||
echo "export ENV=\"${ENV}\"" >"/etc/profile.d/shell.sh"
|
echo "export ENV=\"${ENV}\"" >"/etc/profile.d/sh.sh"
|
||||||
# bash
|
# bash
|
||||||
local file="/etc/bash.bashrc"
|
local file="/etc/bash.bashrc"
|
||||||
rm --force --recursive "${file}"
|
rm --force --recursive "${file}"
|
||||||
|
|
Loading…
Reference in a new issue