Last active
November 3, 2018 17:58
-
-
Save jagamypriera/dff216cab4f83a4bc2b38b3bdafedc68 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
#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