MercuryTechnologies / nix-your-shell

A `nix` and `nix-shell` wrapper for shells other than `bash`
MIT License
109 stars 12 forks source link

Fix zsh #5

Closed 9999years closed 1 year ago

9999years commented 1 year ago
  1. zsh source requires a filename, so we use nix-your-shell zsh | source /dev/stdin instead.
  2. nix-your-shell zsh was printing the fish code instead of the zsh code due to a copy-pasting error (lol). Fix that.

Also clean up the README a bit.

Closes #4