Professional at over-complicating problems into multi-step, multi-month projects. All my stuff basically runs on Valve® time as a coping mechanism.
# -------- (not so) Useful Aliases --------
alias plz="sudo" # you know what this means
alias fucking="sudo" # same thing :p
alias lss="ls | xargs du -sh" # ls w/ stroage info
alias lssf="ls | xargs du -sh | rg" # pipes lss into ripgrep
alias rlss="du -ah . | sort -hr | head -n 10" # hidden files

