aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/bashrc11
1 files changed, 5 insertions, 6 deletions
diff --git a/etc/bashrc b/etc/bashrc
index a86244f..655f516 100644
--- a/etc/bashrc
+++ b/etc/bashrc
@@ -5,12 +5,11 @@
# that can't tolerate any output. So make sure this doesn't display
# anything or bad things will happen !
-: ${HOME:=/sdcard}
-: ${HOSTNAME:=$(getprop ro.cm.device)}
-: ${TERM:=linux}
-: ${TMPDIR:=/data/local/tmp}
-: ${USER:=$(id -un)}
-export HOME HOSTNAME MKSH SHELL TERM TMPDIR USER
+export HOME=/sdcard
+export HOSTNAME=$(getprop ro.cm.device)
+export TERM=xterm
+export TMPDIR=/data/local/tmp
+export USER=$(id -un)
# Test for an interactive shell. There is no need to set anything
# past this point for scp and rcp, and it's important to refrain from