mirror of
https://github.com/getcompanion-ai/computer-guest.git
synced 2026-04-15 04:03:25 +00:00
5 lines
117 B
Bash
5 lines
117 B
Bash
export LANG="${LANG:-C.UTF-8}"
|
|
|
|
if [ -n "${BASH_VERSION:-}" ] && [ -f "$HOME/.bashrc" ]; then
|
|
. "$HOME/.bashrc"
|
|
fi
|