diff options
author | typebrook <typebrook@gmail.com> | 2019-11-09 17:40:29 +0800 |
---|---|---|
committer | typebrook <typebrook@gmail.com> | 2019-11-09 17:40:29 +0800 |
commit | daafd7355f94e059c63c8cfa236845abf94f3855 (patch) | |
tree | 99bae28043881e9dd53de7168261d1b41999e412 /scripts/my-settings.sh | |
parent | 74b56112c08a010b890b894ac2abef58c8f0f77a (diff) |
update
Diffstat (limited to 'scripts/my-settings.sh')
-rwxr-xr-x | scripts/my-settings.sh | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/scripts/my-settings.sh b/scripts/my-settings.sh index 92a22ce..e21aecd 100755 --- a/scripts/my-settings.sh +++ b/scripts/my-settings.sh | |||
@@ -1,5 +1,8 @@ | |||
1 | if [[ -z "$SETTING_DIR" ]]; then | 1 | if [[ -z "$SETTING_DIR" ]]; then |
2 | SETTING_DIR="$HOME/settings" | 2 | SETTING_DIR=$HOME/settings |
3 | fi | 3 | fi |
4 | 4 | ||
5 | source $SETTING_DIR/alias.sh | 5 | source $SETTING_DIR/alias.sh |
6 | |||
7 | PATH=$PATH:$SETTING_DIR/scripts | ||
8 | $SETTING_DIR/scripts/sync.sh | ||