[x] I've checked the Changelog and I'm not being affected by documented changes.
[x] I've checked the 📢 Announcements and I'm not being affected by announced changes.
[x] I was able to reproduce the issue with a clean installation of Zim.
[x] I've pasted the output of zimfw info below.
Describe the bug
When launching a fresh instance of Zsh, I get the message in the title. It seems to be benign and does not appear until the shell is launched again. I get the message both on my daily use Zsh setup and following the repro example below, with no additional steps to the reproduce.
Steps to reproduce
The fist 4 steps restart the shell with a clean installation of Zim in a temporary directory.
Use exec zsh when restarting the terminal or restarting the shell is needed.
zimfw
.zimfw info
below.Describe the bug
When launching a fresh instance of Zsh, I get the message in the title. It seems to be benign and does not appear until the shell is launched again. I get the message both on my daily use Zsh setup and following the repro example below, with no additional steps to the reproduce.
Steps to reproduce
The fist 4 steps restart the shell with a clean installation of Zim in a temporary directory. Use
exec zsh
when restarting the terminal or restarting the shell is needed.cd ${$(mktemp -d):A}
ZDOTDIR=${PWD} HOME=${PWD} ZIM_HOME=${PWD}/.zim exec zsh
curl -fsSL https://raw.githubusercontent.com/zimfw/install/master/install.zsh | zsh
exec zsh
Current behavior
.zim/modules/environment/init.zsh:setopt:16: no such option: CD_SILENT
when launching a fresh instance of Zsh.Expected behavior
No warning message.
Screenshots
N/A
zimfw info
Note: I scrubbed some info from the System info section.
Additional context
N/A