assert-rs / completest

Run completions for your program
https://docs.rs/completest
Apache License 2.0
4 stars 6 forks source link

fix(zsh): Do not read global /etc/zshrc for better isolation #12

Closed adaszko closed 1 year ago

adaszko commented 1 year ago

My /etc/zshrc sets PS1="%n@%m %1~ %# " which ends up in the final output. This PR adds an option that prevents reading global zsh configuration file. See https://zsh.sourceforge.io/Doc/Release/Files.html

epage commented 1 year ago

Ignore the typos failure, a new release just came out and there is a race between the Action updating and the binary being built that the Action uses.

epage commented 1 year ago

Thanks!