Created
March 27, 2019 11:34
-
-
Save fworks/6bbec3551fbaea32a0251900b1e3b583 to your computer and use it in GitHub Desktop.
Bash Alias
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
alias sudo='sudo ' | |
alias dfh='df -h' | |
alias duh='du -h --max-depth=1 | sort -hr' | |
alias l='ls -lAhs' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
how to use
nano ~/.bashrc