buildrootschalter/system/skeleton/root/.bash_profile

8 lines
78 B
Bash
Raw Normal View History

2003-01-08 21:13:41 +01:00
# .bash_profile
umask 022
if [ -f ~/.bashrc ]; then
source ~/.bashrc
fi