forked from lix-project/lix
Fix typo in src/nix/shell.md
Changed `If not command` to `If no command`, also specified that the default shell launched in `nix shell` can be specified with `$SHELL`.
This commit is contained in:
parent
f66923efde
commit
c3f9344cae
|
@ -41,8 +41,8 @@ R""(
|
||||||
|
|
||||||
# Description
|
# Description
|
||||||
|
|
||||||
`nix shell` runs a command in an environment in which the `$PATH`
|
`nix shell` runs a command in an environment in which the `$PATH` variable
|
||||||
variable provides the specified *installables*. If not command is
|
provides the specified *installables*. If no command is specified, it starts the
|
||||||
specified, it starts the default shell of your user account.
|
default shell of your user account specified by `$SHELL`.
|
||||||
|
|
||||||
)""
|
)""
|
||||||
|
|
Loading…
Reference in a new issue