diff options
author | Hsieh Chin Fan <typebrook@gmail.com> | 2022-02-06 16:12:57 +0800 |
---|---|---|
committer | Hsieh Chin Fan <typebrook@gmail.com> | 2022-02-06 16:12:57 +0800 |
commit | fd14ddb04a2eee567fc234ed77ef4d8c07cf496e (patch) | |
tree | dac770467ae9d535f285989dfae1cfba42985f8b /tools/install.sh | |
parent | 1f55ff59d7b50bfb659fa3e81cd9b627a1c3c807 (diff) |
update
Diffstat (limited to 'tools/install.sh')
-rwxr-xr-x | tools/install.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/install.sh b/tools/install.sh index 2e265fa..86f13aa 100755 --- a/tools/install.sh +++ b/tools/install.sh | |||
@@ -19,6 +19,7 @@ fi | |||
19 | # Write initial commands into .bashrc or .zshrc | 19 | # Write initial commands into .bashrc or .zshrc |
20 | sed -i'.bak' "\^# $REPO^, /^$/ d" $RCFILE | 20 | sed -i'.bak' "\^# $REPO^, /^$/ d" $RCFILE |
21 | cat >>$RCFILE <<EOF | 21 | cat >>$RCFILE <<EOF |
22 | |||
22 | # $REPO | 23 | # $REPO |
23 | export SETTING_DIR=$SETTING_DIR | 24 | export SETTING_DIR=$SETTING_DIR |
24 | source \$SETTING_DIR/tools/init/load-settings.sh | 25 | source \$SETTING_DIR/tools/init/load-settings.sh |