diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-02-01 16:25:23 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-02-01 16:25:23 -0200 |
commit | 2883ed5425345b16533b9a878ff061f5a51f3507 (patch) | |
tree | 93afe6df276a48138376fad3087e53f06e61ecf1 /modules/profile/profile.dot.link | |
parent | a795faa0cc86010d78f8ec03034f4d8c21b1d274 (diff) | |
download | dotfiles-2883ed5425345b16533b9a878ff061f5a51f3507.tar.gz dotfiles-2883ed5425345b16533b9a878ff061f5a51f3507.tar.bz2 |
Make sure we start at home
Diffstat (limited to 'modules/profile/profile.dot.link')
-rw-r--r-- | modules/profile/profile.dot.link | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/profile/profile.dot.link b/modules/profile/profile.dot.link index 77921d6..f87d864 100644 --- a/modules/profile/profile.dot.link +++ b/modules/profile/profile.dot.link @@ -62,3 +62,6 @@ fi if [ -e "$HOME/.custom/profile" ]; then . $HOME/.custom/profile fi + +# Make sure we start at home +cd |