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 /pyenv | |
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 'pyenv')
-rw-r--r-- | pyenv/shrc.d/pyenv.sh | 1 |
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) |