summaryrefslogtreecommitdiff
path: root/contrib/bst-here
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/bst-here')
-rwxr-xr-x[-rw-r--r--]contrib/bst-here3
1 files changed, 3 insertions, 0 deletions
diff --git a/contrib/bst-here b/contrib/bst-here
index 1d5d79829..595807df4 100644..100755
--- a/contrib/bst-here
+++ b/contrib/bst-here
@@ -56,8 +56,11 @@ do
create_volume_if_not_exists "$vol"
done
+BST_HERE_PS1="\[\033[01;34m\]\w\[\033[00m\]> "
+
exec docker run --rm -i${is_tty:+ -t} \
--cap-add SYS_ADMIN \
+ --env PS1="$BST_HERE_PS1" \
--device /dev/fuse \
--security-opt seccomp=unconfined \
--volume buildstream-cache:/root/.cache/buildstream \