# .bash_profile

if [ -f /var/jb/.installed_dopamine ] || [ -f /var/jb/.installed_xina15 ]; then
    unset LANG
fi
# Get the aliases and functions
if [ -f /var/mobile/.bashrc ]; then
        source /var/mobile/.bashrc
fi

# User specific environment and startup programs
export PATH=$PATH:$HOME:$HOME/bin:$HOME/.local/bin
