mirror of
https://github.com/pyenv/pyenv.git
synced 2026-09-10 07:36:16 -04:00
Created Shell integration (markdown)
parent
465f134bbe
commit
ca354f5bbc
10
Shell-integration.md
Normal file
10
Shell-integration.md
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
# Fish Shell Integration
|
||||
Write this into your `~/.config/fish/config.fish` file to have the autocomplete and shell integration:
|
||||
|
||||
```fish
|
||||
status --is-interactive; and source (pyenv init -|psub)
|
||||
```
|
||||
|
||||
# Bash Shell Integration
|
||||
|
||||
# ZSH Shell Integration
|
||||
Loading…
Reference in a new issue