From a129a6b217c4567598d98871ef1debc7aea63fcf Mon Sep 17 00:00:00 2001 From: nbd Date: Mon, 4 Jul 2005 20:19:06 +0000 Subject: 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 --- target/default/target_skeleton/etc/profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target/default/target_skeleton/etc/profile') diff --git a/target/default/target_skeleton/etc/profile b/target/default/target_skeleton/etc/profile index b63dc8ee3..1d98ae340 100644 --- a/target/default/target_skeleton/etc/profile +++ b/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; } -- cgit v1.2.3