Skip to content

Instantly share code, notes, and snippets.

@jagamypriera
Last active November 3, 2018 17:58
Show Gist options
  • Save jagamypriera/dff216cab4f83a4bc2b38b3bdafedc68 to your computer and use it in GitHub Desktop.
Save jagamypriera/dff216cab4f83a4bc2b38b3bdafedc68 to your computer and use it in GitHub Desktop.
#clear terminal screen and scroll buffer
alias clear="clear && printf '\e[3J'"
#play youtube playlist without video, install mpv first
mpv "https://www.youtube.com/playlist?list=PLwE_o4j580BDdTWf-mD5unITTZTxwZRHI" --shuffle -vo null
#get size of current directory and all of its subdirectories and files
alias sizeof="du -hs"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment