|
@ -15,6 +15,8 @@ if [ -z "$PS1" ]; then |
|
|
fi |
|
|
fi |
|
|
fi |
|
|
fi |
|
|
|
|
|
|
|
|
|
|
|
export PATH PS1 |
|
|
|
|
|
|
|
|
if [ -d /etc/profile.d ]; then |
|
|
if [ -d /etc/profile.d ]; then |
|
|
for i in /etc/profile.d/*.sh; do |
|
|
for i in /etc/profile.d/*.sh; do |
|
|
if [ -f $i -a -r $i ]; then |
|
|
if [ -f $i -a -r $i ]; then |
|
@ -30,5 +32,3 @@ if [ -e /var/etc/profile.local ]; then |
|
|
elif [ -e /etc/profile.local ]; then |
|
|
elif [ -e /etc/profile.local ]; then |
|
|
. /etc/profile.local |
|
|
. /etc/profile.local |
|
|
fi |
|
|
fi |
|
|
|
|
|
|
|
|
export PATH PS1 |
|
|
|
|
|