mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-24 01:01:52 +02:00
only set alias less=more when less is not installed
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1341 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
c84591ffb5
commit
a129a6b217
@ -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