projects
/
openwrt
/
staging
/
zorun.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dcef53b
)
only set alias less=more when less is not installed
author
Felix Fietkau
<nbd@openwrt.org>
Mon, 4 Jul 2005 20:19:06 +0000
(20:19 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Mon, 4 Jul 2005 20:19:06 +0000
(20:19 +0000)
SVN-Revision: 1341
openwrt/target/default/target_skeleton/etc/profile
patch
|
blob
|
history
diff --git
a/openwrt/target/default/target_skeleton/etc/profile
b/openwrt/target/default/target_skeleton/etc/profile
index b63dc8ee32f1c2caa74c72e6d5b777abb5a579d9..1d98ae3402e42707a17e8c062659bb3e523fb9be 100644
(file)
--- a/
openwrt/target/default/target_skeleton/etc/profile
+++ b/
openwrt/target/default/target_skeleton/etc/profile
@@
-4,7
+4,7
@@
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; }