add commented suggestions for .bash_profile and /etc/environment
This commit is contained in:
parent
d350ec5bfd
commit
8e7b8396cc
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user