Skip to content

Commit

Permalink
update README.md to reflect nix shell changes
Browse files Browse the repository at this point in the history
  • Loading branch information
nrdxp committed Dec 29, 2020
1 parent d2418a9 commit 518837e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# any-nix-shell
`fish` and `zsh` support for the `nix run` and `nix-shell` environments of the Nix package manager.
`fish` and `zsh` support for the `nix shell` and `nix-shell` environments of the Nix package manager.

Features:

* When entering a `nix run` or `nix-shell` environment, the shell stays the same.
* When entering a `nix shell` or `nix-shell` environment, the shell stays the same.
* Inside those environments, your prompt prints the loaded packages to the right.
* Alternatively, print that information by executing: `nix-shell-info`
* `nix-shell --command` or the like still execute inside `bash`, such that scripts don't break.
Expand Down Expand Up @@ -81,4 +81,4 @@ The `any-nix-shell` command (which is used for enabling the plugin in a specific

| Flag | Description |
| - | - |
| `--info-right` | While in a `nix run` or `nix-shell` environment, display information about the loaded packages at the right. |
| `--info-right` | While in a `nix shell` or `nix-shell` environment, display information about the loaded packages at the right. |

0 comments on commit 518837e

Please sign in to comment.