buildroot/target/default/target_skeleton/root/.bash_profile

16 lines
161 B
Bash
Raw Normal View History

2003-01-08 21:13:41 +01:00
# .bash_profile
export PATH=\
/bin:\
/sbin:\
/usr/bin:\
/usr/sbin:\
/usr/bin/X11:\
/usr/local/bin
umask 022
if [ -f ~/.bashrc ]; then
source ~/.bashrc
fi