New raku stuff

This commit is contained in:
swagg boi 2023-11-17 12:54:24 -05:00
parent eeae896d83
commit edf88e3503

View file

@ -58,6 +58,10 @@ if [ -d $HOME/perl5 ]; then
fi
# For Raku/zef
if command -v raku > /dev/null 2>&1; then
export RAKUDO_LINE_EDITOR=LineEditor
fi
if [ -d $HOME/.raku/bin ]; then
export PATH="$HOME/.raku/bin:$PATH"
fi