kumquat-buildroot/target/device/Sharp/LNode80/target_skeleton/root/.bash_profile

16 lines
161 B
Bash
Raw Normal View History

2006-01-19 14:51:23 +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