diff options
| author | Hsieh Chin Fan <typebrook@gmail.com> | 2022-04-25 11:55:50 +0800 |
|---|---|---|
| committer | Hsieh Chin Fan <typebrook@gmail.com> | 2022-04-25 11:55:50 +0800 |
| commit | b6b36768a836603d2cc5c02ba90f1e722ad104be (patch) | |
| tree | 5dd4b266897950588eb769e217f7c0a6835eb40f /tools | |
| parent | 1a63d9340eecb22e6a89f520deaf46e1642f87c7 (diff) | |
Update
Diffstat (limited to 'tools')
| -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 99ab0b3..c59300b 100755 --- a/tools/init/load-settings.sh +++ b/tools/init/load-settings.sh | |||
| @@ -67,4 +67,4 @@ PATH=$PATH:$HOME/.yarn/bin | |||
| 67 | # Run something after exit shell | 67 | # Run something after exit shell |
| 68 | trap 'exit.sh' EXIT | 68 | trap 'exit.sh' EXIT |
| 69 | 69 | ||
| 70 | cd ~/Downloads | 70 | [[ $pwd == ~ ]] && cd ~/Downloads |