From 0c7e169a8c78fee51ad3a58fcb36bfa59b31b4ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Axel=20D=C3=B6rfler?= Date: Fri, 12 Nov 2004 16:45:14 +0000 Subject: [PATCH] Forgot to switch to the home directory. git-svn-id: file:///srv/svn/repos/haiku/trunk/current@9937 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- data/etc/profile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/data/etc/profile b/data/etc/profile index e54b045e28..ff2bc06031 100644 --- a/data/etc/profile +++ b/data/etc/profile @@ -5,6 +5,9 @@ echo -e "\nWelcome to the Haiku shell.\n" +# switch to $HOME +cd + export PS1="\w>" export HISTFILESIZE=50