computer-guest/defaults/.profile
2026-04-08 12:30:04 -04:00

3 lines
85 B
Bash

if [ -n "${BASH_VERSION:-}" ] && [ -f "$HOME/.bashrc" ]; then
. "$HOME/.bashrc"
fi