buildrootschalter/system/skeleton/root/.bash_profile
Gustavo Zacarias 34853976f9 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>
2014-10-25 18:40:31 +02:00

8 lines
78 B
Bash

# .bash_profile
umask 022
if [ -f ~/.bashrc ]; then
source ~/.bashrc
fi