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.