Skip to content

Instantly share code, notes, and snippets.

@soundslikeinfo
Last active November 29, 2019 22:36
Show Gist options
  • Save soundslikeinfo/1297410 to your computer and use it in GitHub Desktop.
Save soundslikeinfo/1297410 to your computer and use it in GitHub Desktop.
[.bashrc] #LegacyGISTS
alias rm='rm -i'
alias cp='cp -i'
alias mv='mv -i'
alias foldersize="du -sh -- *"
alias search=grep
alias print="lpr -P"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment