6
DewWisp
6y

alias cls='echo -ne "\x1Bc"'
Actually clears the terminal instead of just scrolling down like clear.

Comments
  • 3
    I use $ reset to really wipe the terminal and Ctrl+L to clear the screen (by "scrolling" it), which is faster than typing clear.
Add Comment