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

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