home-environment: run activation script in $HOME
This avoids issues when starting the activation script somewhere inaccessible.
This commit is contained in:
parent
35775b3bc5
commit
5d64fec19a
|
@ -271,6 +271,8 @@ in
|
||||||
set -eu
|
set -eu
|
||||||
set -o pipefail
|
set -o pipefail
|
||||||
|
|
||||||
|
cd $HOME
|
||||||
|
|
||||||
export PATH="${activationBinPaths}:$PATH"
|
export PATH="${activationBinPaths}:$PATH"
|
||||||
|
|
||||||
. ${./lib-bash/color-echo.sh}
|
. ${./lib-bash/color-echo.sh}
|
||||||
|
|
Loading…
Reference in a new issue