mirror of
https://github.com/getcompanion-ai/computer-guest.git
synced 2026-04-15 22:03:42 +00:00
feat: add toys to guest image
This commit is contained in:
parent
f31a4aae35
commit
9f74e87348
6 changed files with 24 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue