Skip to content

Instantly share code, notes, and snippets.

@dancourse
Last active September 11, 2015 07:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dancourse/8c71b2c5272009c3f3ad to your computer and use it in GitHub Desktop.
Save dancourse/8c71b2c5272009c3f3ad to your computer and use it in GitHub Desktop.
Clear your Terminal window totally, like Cmd + K (Command + K / Apple + K / Super + K)
# vi ~/.bash_profile
# Add it, then close the Terminal window and re-open
# thanks me later
# Cmd + K (Command + K / Apple + K / Super + K)
clearbig() {
clear;
printf '\e[3J';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment