add pyenv

This commit is contained in:
Hactarus 2022-04-13 17:20:59 +02:00
parent 2643540c77
commit 851db50d80
2 changed files with 7 additions and 8 deletions

View file

@ -1,6 +1,5 @@
export PATH=$HOME/bins/toolbox:$HOME/.local/bin:/usr/local/bin:$HOME/hosting-run-scripts/:$PATH export PATH=$HOME/bins/toolbox:$HOME/.local/bin:/usr/local/bin:$HOME/.pyenv/bin:$PATH
export ZSH=$HOME/.oh-my-zsh export ZSH=$HOME/.oh-my-zsh
source ~/hosting-run-scripts/rc-files/ovhrc
# See https://github.com/robbyrussell/oh-my-zsh/wiki/Themes # See https://github.com/robbyrussell/oh-my-zsh/wiki/Themes
ZSH_THEME="agnoster" ZSH_THEME="agnoster"
@ -25,7 +24,7 @@ HIST_STAMPS="yyyy-mm-dd"
# Example format: plugins=(rails git textmate ruby lighthouse) # Example format: plugins=(rails git textmate ruby lighthouse)
# Add wisely, as too many plugins slow down shell startup. # Add wisely, as too many plugins slow down shell startup.
plugins=( plugins=(
#adb adb
#ant #ant
#apache2-macports #apache2-macports
#arcanist #arcanist
@ -48,7 +47,7 @@ branch
#cake #cake
#cakephp3 #cakephp3
#capistrano #capistrano
#cargo cargo
#cask #cask
#catimg #catimg
#celery #celery
@ -83,7 +82,7 @@ docker-compose
#eecms #eecms
#emacs #emacs
#ember-cli #ember-cli
#emoji emoji
#emoji-clock #emoji-clock
#emotty #emotty
encode64 encode64
@ -188,7 +187,7 @@ postgres
#powify #powify
#profiles #profiles
#pyenv #pyenv
#pylint pylint
python python
#rails #rails
#rake #rake
@ -268,7 +267,7 @@ tmux
) )
zstyle :omz:plugins:ssh-agent agent-forwarding on zstyle :omz:plugins:ssh-agent agent-forwarding on
zstyle :omz:plugins:ssh-agent identities auberge work_201909 zstyle :omz:plugins:ssh-agent identities auberge
zstyle :omz:plugins:ssh-agent lifetime 4h zstyle :omz:plugins:ssh-agent lifetime 4h
source $ZSH/oh-my-zsh.sh source $ZSH/oh-my-zsh.sh

2
external/oh-my-zsh vendored

@ -1 +1 @@
Subproject commit 7a76afd61e5daab6fb33f955930efa7f4cf16021 Subproject commit 12669f29f0843b8b980dd137f150a74511f88842