projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
make network scripts more robust, prevent multiple instances of pppd and udhcpc for...
[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
c42ee4a
..
ae514b0
100644
(file)
--- a/
package/base-files/default/etc/profile
+++ b/
package/base-files/default/etc/profile
@@
-4,7
+4,7
@@
export PATH=/bin:/sbin:/usr/bin:/usr/sbin
export PS1='\u@\h:\w\$ '
-[ -x /usr/bin/less ] || alias less=more
+alias more=less
[ -x /usr/bin/vim ] || alias vim=vi
arp() { cat /proc/net/arp; }
This page took
0.023117 seconds
and
4
git commands to generate.