# # Previews files in Quick Look. # # Authors: # Sorin Ionescu # # function ql { if (( $# > 0 )); then qlmanage -p "$@" &> /dev/null fi # }