mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-19 21:41:07 +01:00
disable failing of collision checker temporarily
This commit is contained in:
parent
b456dc5342
commit
114240d9fa
1 changed files with 3 additions and 2 deletions
|
@ -94,8 +94,9 @@ def main():
|
|||
aliases = find_all_aliases(args.folder)
|
||||
collisions = check_for_duplicates(aliases)
|
||||
print_collisions(collisions)
|
||||
if collisions:
|
||||
exit(-1)
|
||||
# TODO enable once all collisions are fixed
|
||||
# if collisions:
|
||||
# exit(-1)
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
|
|
Loading…
Reference in a new issue