diff options
| author | Hsieh Chin Fan <typebrook@gmail.com> | 2022-06-27 14:48:41 +0800 |
|---|---|---|
| committer | Hsieh Chin Fan <typebrook@gmail.com> | 2022-06-27 14:49:14 +0800 |
| commit | 3f3d02b77ca1fb0ff4416630bc8c4e185d1b1ffb (patch) | |
| tree | 6ccdba37de74263a69d5003383c8e3dc4a412394 /tools/init | |
| parent | 4453cc0908626ab8a3850facd06916078a596f14 (diff) | |
Update
Diffstat (limited to 'tools/init')
| -rwxr-xr-x | tools/init/load-settings.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/init/load-settings.sh b/tools/init/load-settings.sh index cf28b75..9a01a74 100755 --- a/tools/init/load-settings.sh +++ b/tools/init/load-settings.sh | |||
| @@ -13,7 +13,7 @@ shell=${shell##*/} | |||
| 13 | 13 | ||
| 14 | # Add custom scripts into PATH | 14 | # Add custom scripts into PATH |
| 15 | BIN_DIR=$HOME/bin | 15 | BIN_DIR=$HOME/bin |
| 16 | PATH=$PATH:$BIN_DIR | 16 | PATH=$BIN_DIR:$PATH |
| 17 | mkdir -p $BIN_DIR | 17 | mkdir -p $BIN_DIR |
| 18 | find $BIN_DIR -xtype l | xargs rm 2>/dev/null || true | 18 | find $BIN_DIR -xtype l | xargs rm 2>/dev/null || true |
| 19 | 19 | ||