Skip to content

Instantly share code, notes, and snippets.

@danyg
Created January 25, 2024 11:33
Show Gist options
  • Save danyg/3ad0d9cbeadb7ea44214625f9f935ba3 to your computer and use it in GitHub Desktop.
Save danyg/3ad0d9cbeadb7ea44214625f9f935ba3 to your computer and use it in GitHub Desktop.
FIX VSCODE `clear` command not clearing the scrollback
alias clear="printf "\e[3J"; clear"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment