You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Adding eval "$(emplace init zsh)" to ~/.zshrc makes the terminal produce the following on every startup (including opening tabs): arguments:comparguments:327: can only be called from completion function
To Reproduce
Steps to reproduce the behavior:
Install emplace
Edit ~/.zshrc and add the following at the end of it: eval "$(emplace init zsh)"
Restart terminal or just open a new tab.
Observe the warning/error.
Expected behavior
A clean terminal startup without the warning/error.
Desktop (please complete the following information):
OS: macOS
Shell: zsh
Additional context
The warning/error does not appear if eval "$(emplace init zsh)" is commented out in ~/.zshrc.
Describe the bug
Adding
eval "$(emplace init zsh)"
to~/.zshrc
makes the terminal produce the following on every startup (including opening tabs):arguments:comparguments:327: can only be called from completion function
To Reproduce
Steps to reproduce the behavior:
emplace
~/.zshrc
and add the following at the end of it:eval "$(emplace init zsh)"
Expected behavior
A clean terminal startup without the warning/error.
Desktop (please complete the following information):
Additional context
The warning/error does not appear if
eval "$(emplace init zsh)"
is commented out in~/.zshrc
.Machine information
Software version
emplace 1.4.2 (v1.4.2)
Operating system
macOS 13.3.1 (Darwin 22.4.0)
Environment variables
SHELL=/bin/zsh EMPLACE_CONFIG='/Users/dimi/Library/Application Support/emplace.toml'
Git version
Compile time information
The text was updated successfully, but these errors were encountered: