diff options
author | typebrook <typebrook@gmail.com> | 2019-11-09 18:23:04 +0800 |
---|---|---|
committer | typebrook <typebrook@gmail.com> | 2019-11-09 18:23:04 +0800 |
commit | d70ecd3278c17f222b513008820a9cf43914ec03 (patch) | |
tree | d3424803ad565d3da6ea835ea279093d53360e92 /scripts | |
parent | daafd7355f94e059c63c8cfa236845abf94f3855 (diff) |
update
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/load-settings.sh (renamed from scripts/my-settings.sh) | 1 |
1 files changed, 1 insertions, 0 deletions
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 |