Use to replace less with vim for syntax highlighting, among other benefits...
# Add vi customization to less VLESS=$(find /usr/share/vim -name 'less.sh') if [ ! -z $VLESS ]; then alias less=$VLESS fi