relates connections should be mss clamped too
[openwrt-10.03/.git] / root / etc / profile
index 66e8b93dd7a714ef8315de74b8d2a5a432c51cc7..833ce898ee56f67f2559673a90b0a16162c04550 100644 (file)
@@ -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'