logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Remove Alias - Control Shell Aliases | Online Free DevTools by Hexmos

Remove alias commands with unalias. Manage shell aliases in bash and other shells using command line. Free online tool, no registration required.

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

See Also