chauncey-garrett
3/25/2014 - 11:31 PM

Use to replace less with vim for syntax highlighting, among other benefits...

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