mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-12 16:03: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 PATH=/bin:/sbin:/usr/bin:/usr/sbin
|
||||||
export PS1='\u@\h:\w\$ '
|
export PS1='\u@\h:\w\$ '
|
||||||
|
|
||||||
alias less=more
|
[ -x /usr/bin/less ] || alias less=more
|
||||||
alias vim=vi
|
alias vim=vi
|
||||||
|
|
||||||
arp() { cat /proc/net/arp; }
|
arp() { cat /proc/net/arp; }
|
||||||
|
Loading…
Reference in New Issue
Block a user