diff options
author | Hsieh Chin Fan <pham@topo.tw> | 2024-10-30 15:36:05 +0800 |
---|---|---|
committer | Hsieh Chin Fan <pham@topo.tw> | 2024-10-30 15:36:05 +0800 |
commit | 7df5e5e9041c11c18d5bd54983a9c21a3864fadb (patch) | |
tree | 3bfeb85ed8db17e1c5ce764d1059141eab10da42 /profile.sh | |
parent | 7b03670b21e0feaaf5db6b9dec23f314b9601e13 (diff) |
Update
Diffstat (limited to 'profile.sh')
-rwxr-xr-x | profile.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -76,6 +76,6 @@ fi | |||
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 2>/dev/null || cd ~/Downloads | 78 | cd ~/git/dumbymap 2>/dev/null || cd ~/Downloads |
79 | source ~/.profile | 79 | source ~/.profile 2>/dev/null |
80 | 80 | ||
81 | true | 81 | true |