bashrc cd to virtual home
This commit is contained in:
parent
6670802447
commit
fed33df214
2
env/sh/bashrc
vendored
2
env/sh/bashrc
vendored
|
@ -166,4 +166,6 @@ if [ -t 0 ]; then
|
|||
if [ -a "$HOME/.bashrc_env" ]; then
|
||||
. "$HOME/.bashrc_env"
|
||||
fi
|
||||
|
||||
cd "$HOME/.."
|
||||
fi
|
||||
|
|
Reference in a new issue