init
This commit is contained in:
10
.zprezto/modules/osx/functions/ql
Normal file
10
.zprezto/modules/osx/functions/ql
Normal file
@@ -0,0 +1,10 @@
|
||||
#
|
||||
# Previews files in Quick Look.
|
||||
#
|
||||
# Authors:
|
||||
# Sorin Ionescu <sorin.ionescu@gmail.com>
|
||||
#
|
||||
|
||||
if (( $# > 0 )); then
|
||||
qlmanage -p "$@" &> /dev/null
|
||||
fi
|
Reference in New Issue
Block a user