1
0
mirror of https://github.com/dcarrillo/prezto.git synced 2024-07-06 04:59:43 +00:00
prezto/modules/osx/functions/ql

11 lines
151 B
Plaintext
Raw Normal View History

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