mirror of
https://github.com/mintycube/dotfiles.git
synced 2024-10-22 14:05:41 +02:00
23 lines
394 B
Plaintext
23 lines
394 B
Plaintext
set forcekittyanim
|
|
|
|
preview audio audio/* {{
|
|
/usr/bin/vendor_perl/exiftool -- "$f"
|
|
}}
|
|
|
|
preview lua application/javascript {{
|
|
if exists bat; then
|
|
batcmd=bat
|
|
elif exists batcat; then
|
|
batcmd=batcat
|
|
else
|
|
exit 127
|
|
fi
|
|
"$batcmd" \
|
|
--color always \
|
|
--style plain \
|
|
--paging never \
|
|
--terminal-width "$w" \
|
|
--wrap character \
|
|
-- "$f"
|
|
}}
|