All Projects → jorgebucaran → pyenv

jorgebucaran / pyenv

Licence: MIT license
Pyenv support plugin for fish-shell

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to pyenv

fish-symnav
Symbolic link navigation for Fish shell
Stars: ✭ 11 (-82.26%)
Mutual labels:  fish, fisherman
dotfiles
No description or website provided.
Stars: ✭ 20 (-67.74%)
Mutual labels:  fish, fisherman
Gitmux
💻 Git in your tmux status bar
Stars: ✭ 180 (+190.32%)
Mutual labels:  fish
dotfiles
This is a dotfiles repository created and maintained by @erdaltsksn. It contains a collection of `.files`.
Stars: ✭ 16 (-74.19%)
Mutual labels:  fish
Plugin Git
Git plugin for Oh My Fish (similar to oh-my-zsh git)
Stars: ✭ 240 (+287.1%)
Mutual labels:  fish
Zoxide
A smarter cd command. Supports all major shells.
Stars: ✭ 4,422 (+7032.26%)
Mutual labels:  fish
Starship
☄🌌️ The minimal, blazing-fast, and infinitely customizable prompt for any shell!
Stars: ✭ 20,504 (+32970.97%)
Mutual labels:  fish
Kafkactl
Command Line Tool for managing Apache Kafka
Stars: ✭ 177 (+185.48%)
Mutual labels:  fish
terminer
Upgrade your terminal experience with a single command.
Stars: ✭ 28 (-54.84%)
Mutual labels:  fish
Silver
A cross-shell customizable powerline-like prompt with icons
Stars: ✭ 238 (+283.87%)
Mutual labels:  fish
await
28Kb, small memory footprint, single binary that run list of commands in parallel and waits for their termination
Stars: ✭ 73 (+17.74%)
Mutual labels:  fish
Replay.fish
Run Bash commands replaying changes in Fish. 🍤
Stars: ✭ 230 (+270.97%)
Mutual labels:  fish
Awsm.fish
A curation of prompts, plugins & other resources for Fish. 🐚
Stars: ✭ 2,641 (+4159.68%)
Mutual labels:  fish
dotfiles
My NixOS configuration featuring awesome and neovim
Stars: ✭ 40 (-35.48%)
Mutual labels:  fish
Shellder
🐚 Featured zsh/fish shell theme
Stars: ✭ 192 (+209.68%)
Mutual labels:  fish
fishfrymap
Fish Fry Map project repository
Stars: ✭ 14 (-77.42%)
Mutual labels:  fish
Dotfiles
My [NeoVim + Tmux + Fish Shell] Setup /w install scripts
Stars: ✭ 180 (+190.32%)
Mutual labels:  fish
Spark.fish
▁▂▄▆▇█▇▆▄▂▁
Stars: ✭ 229 (+269.35%)
Mutual labels:  fish
Iterm Fish Fisher Osx
Complete guide and Bash script to install Command Line Tools + Homebrew + iTerm2 + Fish Shell + Fisher + Plugins for development purposes
Stars: ✭ 249 (+301.61%)
Mutual labels:  fish
dotfiles
My collection of dotfiles
Stars: ✭ 77 (+24.19%)
Mutual labels:  fish

This plugin for Fisherman is no longer maintained as I've switched away to using asdf instead. If this plugin is useful to you and you'd like to take over maintainership, please let me know.


Pyenv

pyenv plugin support for the fish shell.

Install

With fisherman

fisher daenney/pyenv

Notes

You need https://github.com/yyuu/pyenv to use this plugin.

This plugin replaces what status --is-interactive; and . (pyenv init -|psub) does in a more fishy way. This brings the startup time of your shell down as we do not generate full completions every time the shell starts but only when pyenv gets called.

On Fish 2.3.0 and later support was introduced that automatically loads snippets in conf.d. However, these snippets are evaluated before your config.fish. If you're setting PYENV_ROOT in your config.fish to relocate your pyenv installation this will be evaluated after our plugin gets loaded and hence have no effect. In order to fix this you should drop a 000-env.fish file in your ~/.config/fish/conf.d folder which sets up your environment accordingly.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].