From 04561643f0b057c55adab1a269f199bc089a3246 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sun, 21 Jun 2020 15:17:20 +1200 Subject: Correct misnamed rbenv shell file --- rbenv/shrc.d/plenv.sh | 21 --------------------- rbenv/shrc.d/rbenv.sh | 21 +++++++++++++++++++++ 2 files changed, 21 insertions(+), 21 deletions(-) delete mode 100644 rbenv/shrc.d/plenv.sh create mode 100644 rbenv/shrc.d/rbenv.sh diff --git a/rbenv/shrc.d/plenv.sh b/rbenv/shrc.d/plenv.sh deleted file mode 100644 index ed9ddd03..00000000 --- a/rbenv/shrc.d/plenv.sh +++ /dev/null @@ -1,21 +0,0 @@ -# POSIX-compatible version of the rbenv Bash shell wrapper -[ -d "$HOME"/.rbenv ] || return -rbenv() { - case $1 in - rehash) - shift - eval "$(rbenv sh-rehash "$@")" - ;; - sh-rehash) - command rbenv "$@" - ;; - shell) - shift - eval "$(rbenv sh-shell "$@")" - ;; - *) - command rbenv "$@" - rbenv rehash - ;; - esac -} diff --git a/rbenv/shrc.d/rbenv.sh b/rbenv/shrc.d/rbenv.sh new file mode 100644 index 00000000..ed9ddd03 --- /dev/null +++ b/rbenv/shrc.d/rbenv.sh @@ -0,0 +1,21 @@ +# POSIX-compatible version of the rbenv Bash shell wrapper +[ -d "$HOME"/.rbenv ] || return +rbenv() { + case $1 in + rehash) + shift + eval "$(rbenv sh-rehash "$@")" + ;; + sh-rehash) + command rbenv "$@" + ;; + shell) + shift + eval "$(rbenv sh-shell "$@")" + ;; + *) + command rbenv "$@" + rbenv rehash + ;; + esac +} -- cgit v1.2.3 From 86f21f7b7bb8d3d7917e57ab37e305df416cd05d Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sun, 21 Jun 2020 15:17:52 +1200 Subject: Bump VERSION --- VERSION | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 35be48c4..9a248604 100644 --- a/VERSION +++ b/VERSION @@ -1,2 +1,2 @@ -tejr dotfiles v9.26.0 -Sun, 21 Jun 2020 01:43:13 +0000 +tejr dotfiles v9.26.1 +Sun, 21 Jun 2020 03:17:46 +0000 -- cgit v1.2.3