aboutsummaryrefslogtreecommitdiff
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
parentMerge branch 'release/v12.14.0' into develop (diff)
downloaddotfiles-8b7223933b8e599186c57638d7c6430234ba8f52.tar.gz
dotfiles-8b7223933b8e599186c57638d7c6430234ba8f52.zip
Remove unnecessary checks from plenv/pyenv/rbenv
-rw-r--r--plenv/shrc.d/plenv.sh1
-rw-r--r--pyenv/shrc.d/pyenv.sh1
-rw-r--r--rbenv/shrc.d/rbenv.sh1
3 files changed, 0 insertions, 3 deletions
diff --git a/plenv/shrc.d/plenv.sh b/plenv/shrc.d/plenv.sh
index bb52ffe2..938bcbf6 100644
--- a/plenv/shrc.d/plenv.sh
+++ b/plenv/shrc.d/plenv.sh
@@ -1,5 +1,4 @@
# POSIX-compatible version of the plenv Bash shell wrapper
-[ -d "$HOME"/.plenv ] || return
plenv() {
case $1 in
rehash)
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)
diff --git a/rbenv/shrc.d/rbenv.sh b/rbenv/shrc.d/rbenv.sh
index ed9ddd03..14403680 100644
--- a/rbenv/shrc.d/rbenv.sh
+++ b/rbenv/shrc.d/rbenv.sh
@@ -1,5 +1,4 @@
# POSIX-compatible version of the rbenv Bash shell wrapper
-[ -d "$HOME"/.rbenv ] || return
rbenv() {
case $1 in
rehash)