mirror of
https://github.com/NaomiAmethyst/dots.git
synced 2025-08-31 22:08:34 +00:00
4 lines
106 B
Text
4 lines
106 B
Text
![]() |
for wrap in rlwrap rlfe cle ; do
|
||
|
(type -p $wrap &> /dev/null) && alias ocaml="$wrap ocaml" && break
|
||
|
done
|