Skip to content

Commit 69d14a4

Browse files
committed
Remove Windows check for $COMSPEC
No longer necessary to alias convert since we will now always execute the magick binary if it exists.
1 parent f0c23fe commit 69d14a4

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

lsix

-4
Original file line numberDiff line numberDiff line change
@@ -67,10 +67,6 @@ if command -v gsed >/dev/null; then
6767
alias sed=gsed # Use GNU sed for MacOS & BSD.
6868
fi
6969

70-
if [[ "$COMSPEC" ]]; then
71-
alias convert="magick convert" # Shun MS Windows' "convert" command.
72-
fi
73-
7470
cleanup() {
7571
echo -n $'\e\\' # Escape sequence to stop SIXEL.
7672
stty echo # Reset terminal to show characters.

0 commit comments

Comments
 (0)