check if vim exist, report bye datenmaulwurf
[openwrt.git] / openwrt / package / base-files / default / etc / profile
index e3abe69..c42ee4a 100644 (file)
@@ -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 $*; }
This page took 0.023913 seconds and 4 git commands to generate.