OpenVoiceOS/buildroot-external/rootfs-overlay/.profile

7 lines
129 B
Bash

if [ -n "$BASH_VERSION" ]; then
# include .bashrc if it exists
if [ -f "$HOME/.bashrc" ]; then
. "$HOME/.bashrc"
fi
fi