From eeae896d83ac32a3ebaf21b9f52143b02e041ccf Mon Sep 17 00:00:00 2001 From: swaggboi Date: Thu, 9 Nov 2023 12:35:06 -0500 Subject: [PATCH] rakubrew stuff --- my_home/.bashrc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/my_home/.bashrc b/my_home/.bashrc index bc9059d..0a14121 100644 --- a/my_home/.bashrc +++ b/my_home/.bashrc @@ -62,6 +62,10 @@ if [ -d $HOME/.raku/bin ]; then export PATH="$HOME/.raku/bin:$PATH" fi +if command -v rakubrew > /dev/null 2>&1; then + eval "$(rakubrew init Bash)" +fi + # For Ruby/rbenv # If not installed globally, see if it's installed locally if ! command -v rbenv > /dev/null 2>&1; then