aboutsummaryrefslogtreecommitdiffhomepage
path: root/profile.sh
diff options
context:
space:
mode:
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