1
0
mirror of https://github.com/pyenv/pyenv.git synced 2025-11-16 07:13:53 -05:00

Created Shell integration (markdown)

Francisco Granados
2017-12-04 11:13:35 -08:00
parent 465f134bbe
commit ca354f5bbc

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