withfig / fig

Public issue tracker for Fig.
https://fig.io
MIT License
2.06k stars 62 forks source link

Fig breaks setup based on zsh-quickstart-kit #942

Open clo4 opened 2 years ago

clo4 commented 2 years ago

https://github.com/unixorn/zsh-quickstart-kit

Haven't had time to test this myself.

brendanfalk commented 2 years ago

@SeparateRecords in future please tag anything that is shell related like this as "codebase:shell_integrations"

clo4 commented 2 years ago

Heard back from someone with this problem - because fig modifies zshrc, updating zqs fails every time since it only wants you to put files in ~/.zshrc.d (similar to fish).

I think this should be easy enough to detect ZQS and symlink the correct scripts to zshrc.d, but it would be good to have a unified way of doing this so the installer and fig doctor don't need to be updated separated.