Remove unnecessary lazy-loading of pyenv

This commit is contained in:
Jake Howard 2018-10-14 20:22:52 +01:00
parent 5bd61720ca
commit 5332935235
Signed by: jake
GPG Key ID: 57AFB45680EDD477
3 changed files with 0 additions and 12 deletions

View File

@ -33,7 +33,3 @@ alias src="source $HOME/.zshrc"
{% include "applications.sh" %}
{% include "catfish.sh" %}
{% include "javascript.sh" %}
{% if ansible_fqdn == "TOO-Work" %}
pyenv-init
{% endif %}

View File

@ -7,13 +7,6 @@ fi
eval $(thefuck --alias)
eval "$(fasd --init auto)"
pyenv-init() {
export PATH="$HOME/.pyenv/bin:$PATH"
eval "$(pyenv init -)"
eval "$(pyenv virtualenv-init -)"
}
# git aliases
alias gs="git status"
alias gd="git diff"

View File

@ -151,7 +151,6 @@
- 'psensor'
- 'pulseaudio-bluetooth-a2dp-gdm-fix'
- 'pyenv'
- 'pyenv-virtualenv'
- 'python-pip'
- 'python-virtualenv'
- 'python2-pip'