Skip to content

Instantly share code, notes, and snippets.

@fworks
Created March 27, 2019 11:34
Show Gist options
  • Save fworks/6bbec3551fbaea32a0251900b1e3b583 to your computer and use it in GitHub Desktop.
Save fworks/6bbec3551fbaea32a0251900b1e3b583 to your computer and use it in GitHub Desktop.
Bash Alias
alias sudo='sudo '
alias dfh='df -h'
alias duh='du -h --max-depth=1 | sort -hr'
alias l='ls -lAhs'
@fworks
Copy link
Author

fworks commented Mar 27, 2019

how to use

  1. Add the content to the end of the file: ~/.bashrc using your fav text editor (for example: nano)
nano ~/.bashrc
  1. reload it
source ~/.bashrc

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment