X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=root%2Fetc%2Fprofile;h=833ce898ee56f67f2559673a90b0a16162c04550;hb=3da2e35354f5d2fd2c21691fd72155bd645c3836;hp=66e8b93dd7a714ef8315de74b8d2a5a432c51cc7;hpb=78341629c4a2f13eeff799361308dd12f9b7044d;p=openwrt-10.03%2F.git diff --git a/root/etc/profile b/root/etc/profile index 66e8b93dd..833ce898e 100644 --- a/root/etc/profile +++ b/root/etc/profile @@ -1,3 +1,8 @@ #!/bin/sh +[ -f /etc/motd ] && cat /etc/motd + export PATH=/bin:/sbin:/usr/bin:/usr/sbin export PS1='\u@\h:\w\$ ' + +alias less='more' +alias vim='vi'