mirror of
				git://git.openwrt.org/openwrt/openwrt.git
				synced 2025-11-03 22:44:27 -05:00 
			
		
		
		
	
							parent
							
								
									4919d46982
								
							
						
					
					
						commit
						1518889ffa
					
				@ -5,10 +5,10 @@ export PATH=/bin:/sbin:/usr/bin:/usr/sbin
 | 
			
		||||
export HOME=/tmp
 | 
			
		||||
export PS1='\u@\h:\w\$ '
 | 
			
		||||
 | 
			
		||||
alias more=less
 | 
			
		||||
[ -x /usr/bin/vim ] || alias vim=vi
 | 
			
		||||
[ -x /bin/more ] || alias more=less
 | 
			
		||||
[ -x /usr/bin/vim ] && alias vi=vim || alias vim=vi
 | 
			
		||||
 | 
			
		||||
[ -z "$KSH_VERSION" -o \! -s /etc/mkshrc ] || . /etc/mkshrc
 | 
			
		||||
 | 
			
		||||
arp() { cat /proc/net/arp; }
 | 
			
		||||
[ -x /sbin/arp ] || arp() { cat /proc/net/arp; }
 | 
			
		||||
[ -z /bin/ldd ] || ldd() { LD_TRACE_LOADED_OBJECTS=1 $*; }
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user