mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-13 14:36:14 +02:00
3ac1acb9ea
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30 3c298f89-4303-0410-b956-a3cf2f4a3e73
16 lines
161 B
Bash
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
|