diff --git a/Shell-integration.md b/Shell-integration.md new file mode 100644 index 0000000..ba44b01 --- /dev/null +++ b/Shell-integration.md @@ -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 \ No newline at end of file