alias / unalias# Define / remove command aliases in the shell. $ alias $ alias ll='ls -lAh' $ alias gs='git status' $ unalias ll