Skip to content

Instantly share code, notes, and snippets.

@mmoehrlein
Created March 8, 2020 06:35
Show Gist options
  • Save mmoehrlein/93610c7c94dd05d8359817686d12aa19 to your computer and use it in GitHub Desktop.
Save mmoehrlein/93610c7c94dd05d8359817686d12aa19 to your computer and use it in GitHub Desktop.
[clear terminal with cbeam] randomly clear terminal with cbeam instead of normal clear
alias clear='[ $[$RANDOM % 10] = 0 ] && timeout 6 cbeams -o; clear || clear'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment