projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
*** empty log message ***
[openwrt.git]
/
openwrt
/
target
/
default
/
target_skeleton
/
etc
/
profile
diff --git
a/openwrt/target/default/target_skeleton/etc/profile
b/openwrt/target/default/target_skeleton/etc/profile
index
29cd340
..
b63dc8e
100644
(file)
--- a/
openwrt/target/default/target_skeleton/etc/profile
+++ b/
openwrt/target/default/target_skeleton/etc/profile
@@
-6,4
+6,6
@@
export PS1='\u@\h:\w\$ '
alias less=more
alias vim=vi
+
+arp() { cat /proc/net/arp; }
ldd() { LD_TRACE_LOADED_OBJECTS=1 $*; }
This page took
0.02006 seconds
and
4
git commands to generate.