mirror of
https://github.com/NaomiAmethyst/dots.git
synced 2025-08-05 16:48:38 +00:00
6 lines
108 B
Text
6 lines
108 B
Text
![]() |
for wrap in cle rlfe rlwrap ; do
|
||
|
if (which $wrap &> /dev/null) ; then
|
||
|
alias ocaml="$wrap ocaml"
|
||
|
fi
|
||
|
done
|