prezto/modules/osx/functions/ql

15 lines
173 B
Plaintext
Raw Normal View History

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