From 79c282dddd3a73aeb3f5ed85923817d5403bd7a7 Mon Sep 17 00:00:00 2001 From: Buddy Sandidge Date: Tue, 15 Feb 2022 15:27:52 -0800 Subject: [PATCH] Add rbenv init to hellotech init --- hellotech/.config/bash/bashrc.d/hellotech.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hellotech/.config/bash/bashrc.d/hellotech.sh b/hellotech/.config/bash/bashrc.d/hellotech.sh index be41d42..68d5bd4 100644 --- a/hellotech/.config/bash/bashrc.d/hellotech.sh +++ b/hellotech/.config/bash/bashrc.d/hellotech.sh @@ -1,5 +1,7 @@ #!/usr/bin/env bash +eval "$(rbenv init -)" + alias orb="cd ~/code/circleci-ci-orb" alias core="cd ~/code/core" alias sync-service="cd ~/code/sync-service"