feat: add toys to guest image

This commit is contained in:
Harivansh Rathi 2026-04-11 01:54:07 +00:00
parent f31a4aae35
commit 9f74e87348
6 changed files with 24 additions and 0 deletions

View file

@ -3,6 +3,9 @@ case $- in
*) return ;;
esac
# Ensure user-local binaries are on PATH.
[[ ":$PATH:" == *":$HOME/.local/bin:"* ]] || export PATH="$HOME/.local/bin:$PATH"
computer_prompt_base_name() {
local name=""
if [ -r /etc/microagent/machine-name ]; then