aboutsummaryrefslogtreecommitdiffhomepage
path: root/profile.sh
diff options
context:
space:
mode:
Diffstat (limited to 'profile.sh')
-rwxr-xr-xprofile.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/profile.sh b/profile.sh
index b426e95..e689376 100755
--- a/profile.sh
+++ b/profile.sh
@@ -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
78cd ~/git/dumbymap 2>/dev/null || cd ~/Downloads 78cd ~/git/dumbymap 2>/dev/null || cd ~/Downloads
79source ~/.profile 79source ~/.profile 2>/dev/null
80 80
81true 81true