# # less setup # alias le="less" # Enable syntax highlighting via source-highlight if (( $+commands[src-hilite-lesspipe.sh] )); then export LESSOPEN="| src-hilite-lesspipe.sh %s" export LESS=" -R " fi