mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-09-05 21:13:22 +02:00
221 B
221 B
unalias
Remove aliases. See also:
alias
. More information: https://www.gnu.org/software/bash/manual/bash.html#index-unalias.
- Remove an alias:
unalias {{alias_name}}
- Remove all aliases:
unalias -a