diff options
author | Tom Ryder <tom@sanctum.geek.nz> | 2022-07-29 09:58:41 +1200 |
---|---|---|
committer | Tom Ryder <tom@sanctum.geek.nz> | 2022-07-29 09:58:41 +1200 |
commit | 8b7223933b8e599186c57638d7c6430234ba8f52 (patch) | |
tree | d730e574b6bf05231652c27d19742e3a290d8294 /plenv | |
parent | Merge branch 'release/v12.14.0' into develop (diff) | |
download | dotfiles-8b7223933b8e599186c57638d7c6430234ba8f52.tar.gz dotfiles-8b7223933b8e599186c57638d7c6430234ba8f52.zip |
Remove unnecessary checks from plenv/pyenv/rbenv
Diffstat (limited to 'plenv')
-rw-r--r-- | plenv/shrc.d/plenv.sh | 1 |
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) |