aboutsummaryrefslogtreecommitdiff
path: root/plenv
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 /plenv
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 'plenv')
-rw-r--r--plenv/shrc.d/plenv.sh1
1 files changed, 0 insertions, 1 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)