dotfiles

My personal shell configs and stuff
git clone git://git.alex.balgavy.eu/dotfiles.git
Log | Files | Refs | Submodules | README | LICENSE

commit 8d0cd3c6161de7e151afdb3fa7b8f9e4ba8491a3
parent 28f8bdad996b13b864fb5354cc744016a3c0d341
Author: Alex Balgavy <alex@balgavy.eu>
Date:   Fri,  1 Oct 2021 21:50:35 +0200

imgpreview: use catimg on mac

Diffstat:
Mscripts/imgpreview | 3+--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/scripts/imgpreview b/scripts/imgpreview @@ -14,8 +14,7 @@ case "$os" in fi ;; darwin*) - command -v chafa 1>/dev/null 2>&1 || { printf "Please install chafa\n" && exit 1; } - chafa -c 256 -s 80x"$HEIGHT" "$1" + catimg -H "$HEIGHT" "$1" ;; msys*|cygwin*|mingw*|nt|win*) printf "Windows not supported.\n"