OpenVoiceOS/buildroot-external/rootfs-overlay/home/ovos/.bash_profile

11 lines
206 B
Bash

export TERM=xterm-xfree86
export LC_ALL=en_US.UTF-8
export LANG=en_US.UTF-8
if [ -n "$BASH_VERSION" ]; then
# include .bashrc if it exists
if [ -f "$HOME/.bashrc" ]; then
. "$HOME/.bashrc"
fi
fi