add pyenv
This commit is contained in:
parent
2643540c77
commit
851db50d80
2 changed files with 7 additions and 8 deletions
13
config/zshrc
13
config/zshrc
|
@ -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
|
||||
source ~/hosting-run-scripts/rc-files/ovhrc
|
||||
# See https://github.com/robbyrussell/oh-my-zsh/wiki/Themes
|
||||
ZSH_THEME="agnoster"
|
||||
|
||||
|
@ -25,7 +24,7 @@ HIST_STAMPS="yyyy-mm-dd"
|
|||
# Example format: plugins=(rails git textmate ruby lighthouse)
|
||||
# Add wisely, as too many plugins slow down shell startup.
|
||||
plugins=(
|
||||
#adb
|
||||
adb
|
||||
#ant
|
||||
#apache2-macports
|
||||
#arcanist
|
||||
|
@ -48,7 +47,7 @@ branch
|
|||
#cake
|
||||
#cakephp3
|
||||
#capistrano
|
||||
#cargo
|
||||
cargo
|
||||
#cask
|
||||
#catimg
|
||||
#celery
|
||||
|
@ -83,7 +82,7 @@ docker-compose
|
|||
#eecms
|
||||
#emacs
|
||||
#ember-cli
|
||||
#emoji
|
||||
emoji
|
||||
#emoji-clock
|
||||
#emotty
|
||||
encode64
|
||||
|
@ -188,7 +187,7 @@ postgres
|
|||
#powify
|
||||
#profiles
|
||||
#pyenv
|
||||
#pylint
|
||||
pylint
|
||||
python
|
||||
#rails
|
||||
#rake
|
||||
|
@ -268,7 +267,7 @@ tmux
|
|||
)
|
||||
|
||||
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
|
||||
|
||||
source $ZSH/oh-my-zsh.sh
|
||||
|
|
2
external/oh-my-zsh
vendored
2
external/oh-my-zsh
vendored
|
@ -1 +1 @@
|
|||
Subproject commit 7a76afd61e5daab6fb33f955930efa7f4cf16021
|
||||
Subproject commit 12669f29f0843b8b980dd137f150a74511f88842
|
Loading…
Add table
Reference in a new issue