We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0c23fe commit 69d14a4Copy full SHA for 69d14a4
lsix
@@ -67,10 +67,6 @@ if command -v gsed >/dev/null; then
67
alias sed=gsed # Use GNU sed for MacOS & BSD.
68
fi
69
70
-if [[ "$COMSPEC" ]]; then
71
- alias convert="magick convert" # Shun MS Windows' "convert" command.
72
-fi
73
-
74
cleanup() {
75
echo -n $'\e\\' # Escape sequence to stop SIXEL.
76
stty echo # Reset terminal to show characters.
0 commit comments