kumquat-buildroot/target/generic/target_skeleton/root/.bash_profile
2005-02-17 17:17:48 +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