mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-10 14:43:07 +02:00
check if vim exist, report bye datenmaulwurf
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@3611 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
9d8600b2e9
commit
92a8d8214c
@ -5,7 +5,7 @@ export PATH=/bin:/sbin:/usr/bin:/usr/sbin
|
|||||||
export PS1='\u@\h:\w\$ '
|
export PS1='\u@\h:\w\$ '
|
||||||
|
|
||||||
[ -x /usr/bin/less ] || alias less=more
|
[ -x /usr/bin/less ] || alias less=more
|
||||||
alias vim=vi
|
[ -x /usr/bin/vim ] || alias vim=vi
|
||||||
|
|
||||||
arp() { cat /proc/net/arp; }
|
arp() { cat /proc/net/arp; }
|
||||||
ldd() { LD_TRACE_LOADED_OBJECTS=1 $*; }
|
ldd() { LD_TRACE_LOADED_OBJECTS=1 $*; }
|
||||||
|
Loading…
Reference in New Issue
Block a user