mirror of
https://github.com/getcompanion-ai/computer-guest.git
synced 2026-04-15 18:01:24 +00:00
3 lines
85 B
Bash
3 lines
85 B
Bash
if [ -n "${BASH_VERSION:-}" ] && [ -f "$HOME/.bashrc" ]; then
|
|
. "$HOME/.bashrc"
|
|
fi
|