unalias - Delete an alias
unalias pattern
Unalias deletes all aliases that match the glob-pattern pattern.
unalias s* Delete every alias starting with s
unalias s*
Delete every alias starting with s
alias