833ce898ee56f67f2559673a90b0a16162c04550
[openwrt-10.03/.git] / root / etc / profile
1 #!/bin/sh
2 [ -f /etc/motd ] && cat /etc/motd
3
4 export PATH=/bin:/sbin:/usr/bin:/usr/sbin
5 export PS1='\u@\h:\w\$ '
6
7 alias less='more'
8 alias vim='vi'