From 8e7b8396cca27b04db74f262c1f4db3ec0894c98 Mon Sep 17 00:00:00 2001 From: jsorg71 Date: Sun, 20 Sep 2009 17:51:08 +0000 Subject: [PATCH] add commented suggestions for .bash_profile and /etc/environment --- sesman/startwm.sh | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/sesman/startwm.sh b/sesman/startwm.sh index ea8eab0d..3448c09a 100755 --- a/sesman/startwm.sh +++ b/sesman/startwm.sh @@ -10,6 +10,14 @@ SESSIONS="startkde gnome-session startxfce4 xterm" #PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games" #export PATH=$PATH +# for PATH and LANG from /etc/environment +#. /etc/environment +#export PATH=$PATH +#export LANG=$LANG + +# for bash profile +#. ~/.bash_profile + for WindowManager in $SESSIONS do which $WindowManager