alias -a for all the things
Set up your shell aliases with the most basic of commands:
alias ll="ls -lah"alias la="cd ~ && ls -a"alias ..="cd .."
And for the more advanced users:
alias ga="glances --all"alias gga="glances --group-by=memory"
Because, honestly, who needs to actually remember anything?
More Advanced Aliases Alias-ing the Shell