fix syntax error
[openwrt.git] / root / etc / profile
index 66e8b93..833ce89 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'
This page took 0.020236 seconds and 4 git commands to generate.