prezto_config/modules/osx/functions/ql

11 lines
151 B
Plaintext
Raw Normal View History

2014-02-03 02:08:21 +01:00
#
# Previews files in Quick Look.
#
# Authors:
# Sorin Ionescu <sorin.ionescu@gmail.com>
#
if (( $# > 0 )); then
qlmanage -p "$@" &> /dev/null
fi