Răsfoiți Sursa

skeleton/root/.bash_profile: don't set PATH

Even if the main shell is bash /etc/profile is also parsed so it's
redundant.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Gustavo Zacarias 10 ani în urmă
părinte
comite
34853976f9
1 a modificat fișierele cu 0 adăugiri și 8 ștergeri
  1. 0 8
      system/skeleton/root/.bash_profile

+ 0 - 8
system/skeleton/root/.bash_profile

@@ -1,13 +1,5 @@
 # .bash_profile
 
-export PATH=\
-/bin:\
-/sbin:\
-/usr/bin:\
-/usr/sbin:\
-/usr/bin/X11:\
-/usr/local/bin
-
 umask 022
 
 if [ -f ~/.bashrc ]; then