1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-05 02:31:53 +02:00
openwrt/obsolete-buildroot/sources/target_skeleton/root/.bash_profile
Mike Baker e5f9af658d Initial revision
SVN-Revision: 30
2004-05-25 04:32:27 +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