aboutsummaryrefslogtreecommitdiff
path: root/pyenv
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2022-07-29 09:58:41 +1200
committerTom Ryder <tom@sanctum.geek.nz>2022-07-29 09:58:41 +1200
commit8b7223933b8e599186c57638d7c6430234ba8f52 (patch)
treed730e574b6bf05231652c27d19742e3a290d8294 /pyenv
parentMerge branch 'release/v12.14.0' into develop (diff)
downloaddotfiles-8b7223933b8e599186c57638d7c6430234ba8f52.tar.gz
dotfiles-8b7223933b8e599186c57638d7c6430234ba8f52.zip
Remove unnecessary checks from plenv/pyenv/rbenv
Diffstat (limited to 'pyenv')
-rw-r--r--pyenv/shrc.d/pyenv.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/pyenv/shrc.d/pyenv.sh b/pyenv/shrc.d/pyenv.sh
index 0a946164..60ed8ac7 100644
--- a/pyenv/shrc.d/pyenv.sh
+++ b/pyenv/shrc.d/pyenv.sh
@@ -1,5 +1,4 @@
# POSIX-compatible version of the pyenv Bash shell wrapper
-[ -d "$HOME"/.pyenv ] || return
pyenv() {
case $1 in
rehash)