# .bash_profile

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

# User specific environment and startup programs

PATH=$PATH:$HOME/bin

export PATH=$PATH:/var/root:/var/mobile
