formatting
[no ci]
This commit is contained in:
parent
6ea5646676
commit
4454628cc6
12
README.md
12
README.md
@ -260,12 +260,12 @@ See [Advanced configuration](#advanced-configuration) for details and more confi
|
|||||||
Shell integration (completions and subcommands changing the shell's state)
|
Shell integration (completions and subcommands changing the shell's state)
|
||||||
isn't currently supported.
|
isn't currently supported.
|
||||||
|
|
||||||
~~~ nu
|
~~~ nu
|
||||||
$env.PYENV_ROOT = "~/.pyenv" | path expand
|
$env.PYENV_ROOT = "~/.pyenv" | path expand
|
||||||
if (( $"($env.PYENV_ROOT)/bin" | path type ) == "dir") {
|
if (( $"($env.PYENV_ROOT)/bin" | path type ) == "dir") {
|
||||||
$env.PATH = $env.PATH | prepend $"($env.PYENV_ROOT)/bin" }
|
$env.PATH = $env.PATH | prepend $"($env.PYENV_ROOT)/bin" }
|
||||||
$env.PATH = $env.PATH | prepend $"(pyenv root)/shims"
|
$env.PATH = $env.PATH | prepend $"(pyenv root)/shims"
|
||||||
~~~
|
~~~
|
||||||
|
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user