summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchim Gottinger <achim@gentoo.org>2000-12-25 16:17:42 +0000
committerAchim Gottinger <achim@gentoo.org>2000-12-25 16:17:42 +0000
commit79bda9a8f5ae10597e6f73f4f413a3cf62405b79 (patch)
tree3fec23cb378f46a66edab980d6b8a200d0514312 /sys-apps/baselayout/files/profile
parentAdded 10xfree enviromentsettings file (diff)
downloadhistorical-79bda9a8f5ae10597e6f73f4f413a3cf62405b79.tar.gz
historical-79bda9a8f5ae10597e6f73f4f413a3cf62405b79.tar.bz2
historical-79bda9a8f5ae10597e6f73f4f413a3cf62405b79.zip
*** empty log message ***
Diffstat (limited to 'sys-apps/baselayout/files/profile')
-rw-r--r--sys-apps/baselayout/files/profile3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys-apps/baselayout/files/profile b/sys-apps/baselayout/files/profile
index 2e93c602dbc1..25a3e36664ff 100644
--- a/sys-apps/baselayout/files/profile
+++ b/sys-apps/baselayout/files/profile
@@ -3,7 +3,8 @@ alias d="ls --color"
alias ll="ls --color -l"
alias newenv="eval `/usr/sbin/env-update echo`"
-newenv
+# Using an alias does not work for xdm
+eval `/usr/sbin/env-update echo`
if [ `/usr/bin/whoami` == 'root' ] ; then
export PS1='\[\033[01;32;40m\]\u@\h \[\033[01;34;40m\]\W > \[\033[00m\]'