projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
add missing copyright
[openwrt.git]
/
package
/
base-files
/
default
/
etc
/
profile
diff --git
a/package/base-files/default/etc/profile
b/package/base-files/default/etc/profile
index
1d98ae3
..
c42ee4a
100644
(file)
--- a/
package/base-files/default/etc/profile
+++ b/
package/base-files/default/etc/profile
@@
-5,7
+5,8
@@
export PATH=/bin:/sbin:/usr/bin:/usr/sbin
export PS1='\u@\h:\w\$ '
[ -x /usr/bin/less ] || alias less=more
export PS1='\u@\h:\w\$ '
[ -x /usr/bin/less ] || alias less=more
-alias vim=vi
+
[ -x /usr/bin/vim ] ||
alias vim=vi
arp() { cat /proc/net/arp; }
ldd() { LD_TRACE_LOADED_OBJECTS=1 $*; }
arp() { cat /proc/net/arp; }
ldd() { LD_TRACE_LOADED_OBJECTS=1 $*; }
+reboot() { ifdown wan 2>&1 >/dev/null ; /sbin/reboot; }
This page took
0.020815 seconds
and
4
git commands to generate.