aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/bashrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/bashrc b/etc/bashrc
index c014f46..8d933ac 100644
--- a/etc/bashrc
+++ b/etc/bashrc
@@ -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