diff options
| author | typebrook <typebrook@gmail.com> | 2019-11-09 17:12:16 +0800 |
|---|---|---|
| committer | typebrook <typebrook@gmail.com> | 2019-11-09 17:12:16 +0800 |
| commit | adc1c4462ad1c1d62dfc3e7caf95474da8724467 (patch) | |
| tree | ac73e75f8a18f51292e3ec052348c81def4173d2 /scripts | |
| parent | e78266803bc1fa8d6e98e33bc82e8f4eb255160a (diff) | |
update
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/my-settings.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/scripts/my-settings.sh b/scripts/my-settings.sh new file mode 100755 index 0000000..92a22ce --- /dev/null +++ b/scripts/my-settings.sh | |||
| @@ -0,0 +1,5 @@ | |||
| 1 | if [[ -z "$SETTING_DIR" ]]; then | ||
| 2 | SETTING_DIR="$HOME/settings" | ||
| 3 | fi | ||
| 4 | |||
| 5 | source $SETTING_DIR/alias.sh | ||