From ca354f5bbc0fde1848ff8b065d135849b4bb01e6 Mon Sep 17 00:00:00 2001 From: Francisco Granados Date: Mon, 4 Dec 2017 11:13:35 -0800 Subject: [PATCH] Created Shell integration (markdown) --- Shell-integration.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 Shell-integration.md 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