mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-23 22:30:07 +00:00
improve error message
This commit is contained in:
parent
821ee1ebec
commit
ccfdc8dd97
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ import re
|
|||
|
||||
|
||||
ERROR_MESSAGE_TEMPLATE = """Found alias collision
|
||||
Alias %s defined in %s already exists as %s in %s.
|
||||
Alias `%s` defined in `%s` already exists as alias `%s` in `%s`.
|
||||
Consider renaming your alias.
|
||||
"""
|
||||
|
||||
|
|
Loading…
Reference in a new issue