rbenv-versions doesn't require a default to be present
This commit is contained in:
parent
f84dc27c58
commit
1235cbd0ef
@ -1,6 +1,6 @@
|
||||
#!/usr/bin/env bash -e
|
||||
|
||||
RBENV_VERSION="$(rbenv-version)"
|
||||
RBENV_VERSION="$(rbenv-version || true)"
|
||||
|
||||
hit_prefix="* "
|
||||
miss_prefix=" "
|
||||
|
Loading…
x
Reference in New Issue
Block a user