mirror of
https://github.com/getcompanion-ai/computer-guest.git
synced 2026-04-15 09:01:12 +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
|
|
@ -1,5 +1,8 @@
|
|||
export LANG="${LANG:-C.UTF-8}"
|
||||
|
||||
# Ensure user-local binaries are on PATH.
|
||||
[[ ":$PATH:" == *":$HOME/.local/bin:"* ]] || export PATH="$HOME/.local/bin:$PATH"
|
||||
|
||||
if [ -n "${BASH_VERSION:-}" ] && [ -f "$HOME/.bashrc" ]; then
|
||||
. "$HOME/.bashrc"
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue