diff options
| author | Hsieh Chin Fan <typebrook@gmail.com> | 2021-08-30 09:12:34 +0800 |
|---|---|---|
| committer | Hsieh Chin Fan <typebrook@gmail.com> | 2021-08-30 09:12:34 +0800 |
| commit | 9a2f5d99d66b27f4ffd1c2c47120b3d3a1cc9009 (patch) | |
| tree | b1d3c3b25ca037cc981e966dc7e7492c3aebd04a /tools | |
| parent | 816161a69aecf910cc09b45927044ba59e39e99e (diff) | |
update
Diffstat (limited to 'tools')
| -rwxr-xr-x | tools/init/load-settings.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/init/load-settings.sh b/tools/init/load-settings.sh index 924559b..a65e13f 100755 --- a/tools/init/load-settings.sh +++ b/tools/init/load-settings.sh | |||
| @@ -22,6 +22,9 @@ find $BIN_DIR -xtype l | xargs rm 2>/dev/null || true | |||
| 22 | find $SETTING_DIR/tools -type f -executable | \ | 22 | find $SETTING_DIR/tools -type f -executable | \ |
| 23 | xargs realpath | xargs -I{} ln -sf {} $BIN_DIR | 23 | xargs realpath | xargs -I{} ln -sf {} $BIN_DIR |
| 24 | 24 | ||
| 25 | |||
| 26 | MAIL=$HOME/Maildir | ||
| 27 | |||
| 25 | # load custom functions | 28 | # load custom functions |
| 26 | OSM_UTIL_DIR=$SETTING_DIR/tools/osm | 29 | OSM_UTIL_DIR=$SETTING_DIR/tools/osm |
| 27 | source $OSM_UTIL_DIR/osm | 30 | source $OSM_UTIL_DIR/osm |