mirror of
https://github.com/pyenv/pyenv.git
synced 2025-11-16 07:13:53 -05:00
Created Shell integration (markdown)
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
|
||||
Reference in New Issue
Block a user