aboutsummaryrefslogtreecommitdiffhomepage
path: root/profile.sh
diff options
context:
space:
mode:
authorHsieh Chin Fan <pham@topo.tw>2024-09-14 00:07:12 +0800
committerHsieh Chin Fan <pham@topo.tw>2024-09-14 00:07:12 +0800
commit4ee76734de1d426df88a2a4791391909cd1a8597 (patch)
tree9ca6ab0be6adaf107eaad339ff2899f8572306c8 /profile.sh
parent780d2bca89b769bc6a1b8d3dbe22a6bb4616f733 (diff)
Update
Diffstat (limited to 'profile.sh')
-rwxr-xr-xprofile.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/profile.sh b/profile.sh
index 9ebe755..3b32d55 100755
--- a/profile.sh
+++ b/profile.sh
@@ -73,6 +73,7 @@ fi
73[ -e $HOME/.config/nvm/nvm.sh ] && source "$HOME/.config/nvm/nvm.sh" 73[ -e $HOME/.config/nvm/nvm.sh ] && source "$HOME/.config/nvm/nvm.sh"
74 74
75# Working DIR 75# Working DIR
76[[ `pwd` == $HOME ]] && test -d ~/Downloads && cd ~/Downloads 76# [[ `pwd` == $HOME ]] && test -d ~/Downloads && cd ~/Downloads
77cd ~/git/dumbymap
77 78
78true 79true