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 "applications.sh" %}
|
||||||
{% include "catfish.sh" %}
|
{% include "catfish.sh" %}
|
||||||
{% include "javascript.sh" %}
|
{% include "javascript.sh" %}
|
||||||
|
|
||||||
{% if ansible_fqdn == "TOO-Work" %}
|
|
||||||
pyenv-init
|
|
||||||
{% endif %}
|
|
||||||
|
|
|
@ -7,13 +7,6 @@ fi
|
||||||
eval $(thefuck --alias)
|
eval $(thefuck --alias)
|
||||||
eval "$(fasd --init auto)"
|
eval "$(fasd --init auto)"
|
||||||
|
|
||||||
pyenv-init() {
|
|
||||||
export PATH="$HOME/.pyenv/bin:$PATH"
|
|
||||||
eval "$(pyenv init -)"
|
|
||||||
eval "$(pyenv virtualenv-init -)"
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
# git aliases
|
# git aliases
|
||||||
alias gs="git status"
|
alias gs="git status"
|
||||||
alias gd="git diff"
|
alias gd="git diff"
|
||||||
|
|
|
@ -151,7 +151,6 @@
|
||||||
- 'psensor'
|
- 'psensor'
|
||||||
- 'pulseaudio-bluetooth-a2dp-gdm-fix'
|
- 'pulseaudio-bluetooth-a2dp-gdm-fix'
|
||||||
- 'pyenv'
|
- 'pyenv'
|
||||||
- 'pyenv-virtualenv'
|
|
||||||
- 'python-pip'
|
- 'python-pip'
|
||||||
- 'python-virtualenv'
|
- 'python-virtualenv'
|
||||||
- 'python2-pip'
|
- 'python2-pip'
|
||||||
|
|
Loading…
Reference in a new issue