add acm usb modem modul
[openwrt.git] / openwrt / target / default / target_skeleton / etc / profile
index 29cd340..1d98ae3 100644 (file)
@@ -4,6 +4,8 @@
 export PATH=/bin:/sbin:/usr/bin:/usr/sbin
 export PS1='\u@\h:\w\$ '
 
-alias less=more
+[ -x /usr/bin/less ] || alias less=more
 alias vim=vi
+
+arp() { cat /proc/net/arp; }
 ldd() { LD_TRACE_LOADED_OBJECTS=1 $*; }
This page took 0.043078 seconds and 4 git commands to generate.