Proper clear
on macOS
#11364
nixpulvis
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
As discovered in alacritty/alacritty#2329 circa 2019, if you're running on macOS you still need to install a newer version of
ncurses
(e.g.brew install ncurses
) and add it to your path (e.g.PATH=/opt/homebrew/opt/ncurses/bin:$PATH
) forclear
to properly clear the whole terminal buffer.I ran into this because I haven't set my default shell in Zed to fish yet and forgot to append the updated
clear
command to my sh/bash init files.Hope this helps someone else who is frustrated by this.
Beta Was this translation helpful? Give feedback.
All reactions