any-nix-shell icon indicating copy to clipboard operation
any-nix-shell copied to clipboard

fish and zsh support for the nix run and nix-shell environments of the Nix package manager

Results 17 any-nix-shell issues
Sort by recently updated
recently updated
newest added

Does that also work with `nix develop`? How can we improve this here? BR

From reading the README this sounds very similar to what `direnv` gets me, which is widely used in the Nix community. It would be very helpful to have an explanation...

I'm not able to call functions, alias, etc defined in shellHook. Example: ```nix mkShell { shellHook = '' alias e="echo" ''; } ``` Result: ``` e: command not found ```

Relevant code: https://github.com/haslersn/any-nix-shell/blob/c8536fa43f0e8b506e9dd1a91e2f01ceccca0251/bin/any-nix-shell#L61-L65 Here's a copy-pasted terminal session involving different `fish_right_prompt`s' effects on text selection. Highlight the entire code block and observe that the prompt line has a ton of...

This PR is based on the fork mentioned in #30. I chose to make a separate fork instead of using @manuelbb-upb 's fork since theirs included a flake, which doesn't...

I just ran `nix-shell -p cowsay` and the resulting shell was zsh, which is great. Then I ran `devenv shell` ([devenv](https://devenv.sh/) v1.0.4) and I got bash. Could any-nix-shell be adapted...