bashrc cd to virtual home

This commit is contained in:
Daniel Flanagan 2016-08-13 10:38:56 -05:00
parent 6670802447
commit fed33df214

2
env/sh/bashrc vendored
View file

@ -166,4 +166,6 @@ if [ -t 0 ]; then
if [ -a "$HOME/.bashrc_env" ]; then if [ -a "$HOME/.bashrc_env" ]; then
. "$HOME/.bashrc_env" . "$HOME/.bashrc_env"
fi fi
cd "$HOME/.."
fi fi