1
0
mirror of https://github.com/dcarrillo/prezto.git synced 2024-07-05 20:49:44 +00:00
prezto/modules/osx/functions/ql
2014-02-02 20:08:21 -05:00

11 lines
151 B
Plaintext

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