Closed rrotter closed 4 months ago
Before:
~ % brew alias foo=bar --edit Editing /Users/rrotter/.config/homebrew/aliases/foo_bar
After:
~ % brew alias foo=bar --edit Editing /Users/rrotter/.config/homebrew/aliases/foo
Combined w/ #75, this will print an error if foo already exists.
foo
Makes sense, thanks @rrotter!
Before:
After:
Combined w/ #75, this will print an error if
foo
already exists.