diff options
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 | ||