Skip to main content

unalias

The proto unalias <tool> <alias> (or proto ua) command will remove a custom alias for the provided tool.

$ proto unalias node work

By default this will update the local ./.prototools file. Pass --global to update the global ~/.proto/.prototools file instead.

$ proto unalias yarn berry --global

Arguments

  • <tool> - Type of tool.
  • <alias> - Name of the alias. Supports alpanumeric chars.

Options

  • --global - Remove from the global ~/.proto/.prototools instead of the local ./.prototools.