diff --git a/env/sh/bashrc b/env/sh/bashrc index ffcfa25..8078de7 100644 --- a/env/sh/bashrc +++ b/env/sh/bashrc @@ -166,4 +166,6 @@ if [ -t 0 ]; then if [ -a "$HOME/.bashrc_env" ]; then . "$HOME/.bashrc_env" fi + + cd "$HOME/.." fi