diff options
author | R. Dale Thomas <rdt@knoppmyth.net> | 2008-10-02 03:32:21 (GMT) |
---|---|---|
committer | R. Dale Thomas <rdt@knoppmyth.net> | 2008-10-02 03:32:21 (GMT) |
commit | f59982f6cdcaa7d133934cf562a40627f842f58d (patch) | |
tree | ed5c1301e5ba1800a80ed2498df223b412ef918c | |
parent | 90f886c5c4690fc770da668c079a9ccca88baeab (diff) | |
download | linhes_dev-f59982f6cdcaa7d133934cf562a40627f842f58d.zip |
Add the DISPLAY & TERM environment variables to .bash_profile.
-rwxr-xr-x | templates/developers/rdt/loginrun.sh | 3 |
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 # |