giving up on this experiment

This commit is contained in:
swagg boi 2023-11-18 00:54:28 -05:00
parent edf88e3503
commit 0bc04c8a91

View file

@ -58,10 +58,6 @@ 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