diff options
| author | Hsieh Chin Fan <pham@topo.tw> | 2024-10-26 11:15:44 +0800 |
|---|---|---|
| committer | Hsieh Chin Fan <pham@topo.tw> | 2024-10-26 11:15:44 +0800 |
| commit | 7b03670b21e0feaaf5db6b9dec23f314b9601e13 (patch) | |
| tree | 5faa6aa593fd7acf6871adb0218e4d769d477d85 | |
| parent | 579c1fcd53aef1ed4bd523f10bb6e262e61b325d (diff) | |
Update
| -rwxr-xr-x | profile.sh | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -75,7 +75,7 @@ fi | |||
| 75 | 75 | ||
| 76 | # Working DIR | 76 | # Working DIR |
| 77 | # [[ `pwd` == $HOME ]] && test -d ~/Downloads && cd ~/Downloads | 77 | # [[ `pwd` == $HOME ]] && test -d ~/Downloads && cd ~/Downloads |
| 78 | cd ~/git/dumbymap | 78 | cd ~/git/dumbymap 2>/dev/null || cd ~/Downloads |
| 79 | source ~/.profile | 79 | source ~/.profile |
| 80 | 80 | ||
| 81 | true | 81 | true |