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>
This commit is contained in:
Gustavo Zacarias 2014-10-19 20:30:56 -03:00 committed by Peter Korsgaard
parent cfad612fc7
commit 34853976f9

View File

@ -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