mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2024-12-27 09:02:33 +00:00
check if vim exist, report bye datenmaulwurf
SVN-Revision: 3611
This commit is contained in:
parent
7268da8bbd
commit
ec6c71cc30
@ -5,7 +5,7 @@ export PATH=/bin:/sbin:/usr/bin:/usr/sbin
|
||||
export PS1='\u@\h:\w\$ '
|
||||
|
||||
[ -x /usr/bin/less ] || alias less=more
|
||||
alias vim=vi
|
||||
[ -x /usr/bin/vim ] || alias vim=vi
|
||||
|
||||
arp() { cat /proc/net/arp; }
|
||||
ldd() { LD_TRACE_LOADED_OBJECTS=1 $*; }
|
||||
|
Loading…
Reference in New Issue
Block a user