Conversation
|
Looks good to me. Did you also make sure this works in default terminal on macOS prior to 10.15 beta and that it also works with iTerm (using bash)? |
|
I'll test this with bash, we could also emit the new version only into the |
| @@ -46,7 +46,7 @@ public func link() throws { | |||
|
|
|||
| for bashConfigFile in [".bash_profile", ".bashrc", ".profile"] { | |||
There was a problem hiding this comment.
You forgot to add the zsh configuration file to the array here. It should be created if not already existent.
|
Yes, if |
|
We also have a problem with the Maybe we can run a regex and just ignore comment lines? |
|
Hm? That shouldn't happen, see this line. |
|
@mrylmz Any progress here? ;) |
No description provided.