Skip to content

Commit

Permalink
Remove Windows check for $COMSPEC
Browse files Browse the repository at this point in the history
No longer necessary to alias convert since we will now always execute
the magick binary if it exists.
  • Loading branch information
hackerb9 committed Jun 10, 2024
1 parent f0c23fe commit 69d14a4
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lsix
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 69d14a4

Please sign in to comment.