From 9249f91172969e565d16fdcf8027b7e5dbb9bd91 Mon Sep 17 00:00:00 2001 From: Johannes Schindelin Date: Sun, 23 Sep 2007 02:44:56 +0100 Subject: [PATCH] etc/profile: change directory to $HOME on startup This fixes issue 51. Signed-off-by: Johannes Schindelin --- etc/profile | 1 + 1 file changed, 1 insertion(+) diff --git a/etc/profile b/etc/profile index df87a94f28..f179e60822 100644 --- a/etc/profile +++ b/etc/profile @@ -108,3 +108,4 @@ EOF . /git/contrib/completion/git-completion.bash export LESS=-FRSX +cd "$HOME" -- 2.11.4.GIT