Created
August 14, 2018 14:05
-
-
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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function r() { | |
clear && printf '\033[3J' | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment