-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Get error with zsh-nix-shell activated #1
Comments
I have never heard of antibody so it's not supported currently. What shell and version are you using? Does it work if you install it directly? |
❯ zsh --version
zsh 5.5.1 (x86_64-apple-darwin16.6.0)
I tried to put contents of this file to the end of my zshrc. Same error. |
It does not. I get this error now: ❯ nix-shell -p hello
nix-shell:2: bad pattern: ARGS=(-p
~ Here is my zshrc with your plugin. |
I can't reproduce that issue and I double checked the zsh documentation. There was an error in I changed some stuff around in #2. Is it working now? |
It's solved. Thanks @chisui |
I installed this plugin with Antibody and tried to test nix-shell but I got an error:
However if I stop using this plugin, it works with no errors:
❯ nix-shell -p hello [nix-shell:~]$
Not sure why this happens.
The text was updated successfully, but these errors were encountered: