bashrc: export the environment variables
Change-Id: I34f35370c1d745f64a3f09abef06a58895ac8f7d
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user