Skip to content

Instantly share code, notes, and snippets.

@dcragusa
Created August 14, 2018 14:05
Show Gist options
  • Save dcragusa/69b528dcc782d412a184eff18b09234d to your computer and use it in GitHub Desktop.
Save dcragusa/69b528dcc782d412a184eff18b09234d to your computer and use it in GitHub Desktop.
Put this in bashrc, r now actually clears terminal instead of scrolling down
function r() {
clear && printf '\033[3J'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment