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