Remove unnecessary lazy-loading of pyenv
This commit is contained in:
parent
5bd61720ca
commit
5332935235
3 changed files with 0 additions and 12 deletions
|
@ -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 %}
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -151,7 +151,6 @@
|
|||
- 'psensor'
|
||||
- 'pulseaudio-bluetooth-a2dp-gdm-fix'
|
||||
- 'pyenv'
|
||||
- 'pyenv-virtualenv'
|
||||
- 'python-pip'
|
||||
- 'python-virtualenv'
|
||||
- 'python2-pip'
|
||||
|
|
Loading…
Reference in a new issue