kumquat-buildroot/target/default/target_skeleton/root/.bash_profile
2004-10-09 02:49:33 +00:00

16 lines
161 B
Bash

# .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