From 2ed02e680501689963cd672c4a73f4ca48c91938 Mon Sep 17 00:00:00 2001 From: Gea-Suan Lin Date: Mon, 18 Apr 2011 11:19:33 +0800 Subject: [PATCH] Add cd $HOME to avoid issue. --- .bashrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.bashrc b/.bashrc index dfcdca9..8e696b0 100644 --- a/.bashrc +++ b/.bashrc @@ -41,3 +41,5 @@ else fi # source ~/perl5/perlbrew/etc/bashrc +# +cd "${HOME}"