mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-12 15:34:50 +08:00
improve error message
This commit is contained in:
parent
821ee1ebec
commit
ccfdc8dd97
@ -9,7 +9,7 @@ import re
|
|||||||
|
|
||||||
|
|
||||||
ERROR_MESSAGE_TEMPLATE = """Found alias collision
|
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.
|
Consider renaming your alias.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user