From 69d14a45fbe906243fe5916d4a47d4b70c786004 Mon Sep 17 00:00:00 2001 From: b9 Date: Sun, 9 Jun 2024 19:15:17 -0700 Subject: [PATCH] Remove Windows check for $COMSPEC No longer necessary to alias convert since we will now always execute the magick binary if it exists. --- lsix | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lsix b/lsix index 8afd9dd..779bfb2 100755 --- a/lsix +++ b/lsix @@ -67,10 +67,6 @@ if command -v gsed >/dev/null; then alias sed=gsed # Use GNU sed for MacOS & BSD. fi -if [[ "$COMSPEC" ]]; then - alias convert="magick convert" # Shun MS Windows' "convert" command. -fi - cleanup() { echo -n $'\e\\' # Escape sequence to stop SIXEL. stty echo # Reset terminal to show characters.