Commit 95704ffd authored by Jérome Perrin's avatar Jérome Perrin

software/theia: set PS1

This runs in a go workspace, but we don't need to always have the
(gowork) marker.
parent bf01c6f9
......@@ -202,6 +202,8 @@ template =
export PATH=${nodejs:location}/bin/:${python-language-server:location}/bin/:${bash:location}/bin/:${git:location}/bin/:$PATH
. ${gowork:env.sh}
export SHELL=bash
# reset PS1 from gowork
export PS1='$ '
cd ${theia:location}
exec ${yarn:location}/bin/yarn theia start $@
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment