haslersn / any-nix-shell

fish and zsh support for the nix run and nix-shell environments of the Nix package manager
MIT License
253 stars 17 forks source link

fix formatting of complex expressions by stopping at first white space #23

Closed haslersn closed 1 year ago

haslersn commented 1 year ago

For instance, if right prompt is enabled,

nix-shell -p "(python.withPackages(ps: []))"

now shows the right prompt (python.withPackages(ps:...

Fixes #1