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

View file

@ -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

View file

@ -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"
HISTFILE="${HOME}/.zsh_history"
HISTSIZE=50000
SAVEHIST=50000

2
defaults/pip.conf Normal file
View file

@ -0,0 +1,2 @@
[global]
break-system-packages = true