diff options
Diffstat (limited to 'tools')
| -rwxr-xr-x | tools/load-settings.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/load-settings.sh b/tools/load-settings.sh index 073abf7..ee41d00 100755 --- a/tools/load-settings.sh +++ b/tools/load-settings.sh | |||
| @@ -15,12 +15,12 @@ export EDITOR=vim | |||
| 15 | source $SETTING_DIR/alias | 15 | source $SETTING_DIR/alias |
| 16 | 16 | ||
| 17 | # Add custom scripts into PATH | 17 | # Add custom scripts into PATH |
| 18 | mkdir -p $HOME/.local/bin | 18 | mkdir -p $HOME/bin |
| 19 | PATH=$PATH:$HOME/.local/bin | 19 | PATH=$PATH:$HOME/bin |
| 20 | 20 | ||
| 21 | find $SETTING_DIR/tools -type f -executable | \ | 21 | find $SETTING_DIR/tools -type f -executable | \ |
| 22 | xargs realpath | \ | 22 | xargs realpath | \ |
| 23 | xargs -I{} ln -sf {} $HOME/.local/bin | 23 | xargs -I{} ln -sf {} $HOME/bin |
| 24 | 24 | ||
| 25 | # sync with important git repos | 25 | # sync with important git repos |
| 26 | $SETTING_DIR/tools/sync.sh | 26 | $SETTING_DIR/tools/sync.sh |