mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-25 00:11:13 +00:00
only set alias less=more when less is not installed
SVN-Revision: 1341
This commit is contained in:
parent
dcef53bba2
commit
b223ca9950
@ -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; }
|
||||
|
Loading…
Reference in New Issue
Block a user