summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorR. Dale Thomas <rdt@knoppmyth.net>2008-10-02 03:32:21 (GMT)
committerR. Dale Thomas <rdt@knoppmyth.net>2008-10-02 03:32:21 (GMT)
commitf59982f6cdcaa7d133934cf562a40627f842f58d (patch)
treeed5c1301e5ba1800a80ed2498df223b412ef918c /templates
parent90f886c5c4690fc770da668c079a9ccca88baeab (diff)
downloadlinhes_dev-f59982f6cdcaa7d133934cf562a40627f842f58d.zip
Add the DISPLAY & TERM environment variables to .bash_profile.
Diffstat (limited to 'templates')
-rwxr-xr-xtemplates/developers/rdt/loginrun.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/developers/rdt/loginrun.sh b/templates/developers/rdt/loginrun.sh
index 9811e3a..7bacc62 100755
--- a/templates/developers/rdt/loginrun.sh
+++ b/templates/developers/rdt/loginrun.sh
@@ -22,6 +22,9 @@ cdb
[ -f ~/loginrun.sh ] && ~/loginrun.sh
# prompt:
PS1='[\u@\h] \e[34m\W \e[31m\\$\e[0m '
+# Some environment:
+export DISPLAY=ws:0
+export TERM=xterm
# End
EOF
#