mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-25 00:11:13 +00:00
e5f9af658d
SVN-Revision: 30
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
|