logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git 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