├── LICENSE ├── README.md ├── completions └── pyenv.fish ├── conf.d └── pyenv.fish └── functions └── pyenv.fish /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oh-my-fish/plugin-pyenv/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oh-my-fish/plugin-pyenv/HEAD/README.md -------------------------------------------------------------------------------- /completions/pyenv.fish: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oh-my-fish/plugin-pyenv/HEAD/completions/pyenv.fish -------------------------------------------------------------------------------- /conf.d/pyenv.fish: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oh-my-fish/plugin-pyenv/HEAD/conf.d/pyenv.fish -------------------------------------------------------------------------------- /functions/pyenv.fish: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oh-my-fish/plugin-pyenv/HEAD/functions/pyenv.fish --------------------------------------------------------------------------------