mirror of
https://github.com/robbyrussell/oh-my-zsh.git
synced 2026-02-12 20:31:00 +01:00
improve error message
This commit is contained in:
committed by
Markus Hofbauer
parent
821ee1ebec
commit
ccfdc8dd97
@@ -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.
|
||||
"""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user