diff options
-rw-r--r-- | Makefile | 4 | ||||
-rwxr-xr-x | scripts/load-settings.sh (renamed from scripts/my-settings.sh) | 1 |
2 files changed, 1 insertions, 4 deletions
@@ -32,7 +32,3 @@ wiki: | |||
32 | 32 | ||
33 | crontab: | 33 | crontab: |
34 | (crontab -l 2>/dev/null; cat scripts/*.cron) | crontab - | 34 | (crontab -l 2>/dev/null; cat scripts/*.cron) | crontab - |
35 | |||
36 | # some fix needed | ||
37 | bashrc: | ||
38 | echo "~/git/settings/scripts/sync.sh" >> ~/.bashrc | ||
diff --git a/scripts/my-settings.sh b/scripts/load-settings.sh index e21aecd..94e4bfc 100755 --- a/scripts/my-settings.sh +++ b/scripts/load-settings.sh | |||
@@ -2,6 +2,7 @@ if [[ -z "$SETTING_DIR" ]]; then | |||
2 | SETTING_DIR=$HOME/settings | 2 | SETTING_DIR=$HOME/settings |
3 | fi | 3 | fi |
4 | 4 | ||
5 | # load custom aliases | ||
5 | source $SETTING_DIR/alias.sh | 6 | source $SETTING_DIR/alias.sh |
6 | 7 | ||
7 | PATH=$PATH:$SETTING_DIR/scripts | 8 | PATH=$PATH:$SETTING_DIR/scripts |