bashrc: export the environment variables

Change-Id: I34f35370c1d745f64a3f09abef06a58895ac8f7d
This commit is contained in:
Dan Pasanen
2014-10-06 12:39:24 -05:00
committed by LuK1337
parent 5833ac2c17
commit 41547e7f80

View File

@@ -26,8 +26,8 @@ shopt -s histappend
use_color=false
# set some environment variables
HOME=/sdcard
TERM=xterm
export HOME=/sdcard
export TERM=xterm
# enable colorful terminal
if [[ ${EUID} == 0 ]] ; then