rakubrew stuff

This commit is contained in:
swagg boi 2023-11-09 12:35:06 -05:00
parent 49e8796508
commit eeae896d83

View file

@ -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