浏览代码

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 年之前
父节点
当前提交
34853976f9
共有 1 个文件被更改,包括 0 次插入8 次删除
  1. 0 8
      system/skeleton/root/.bash_profile

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

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