mirror of
https://github.com/NaomiAmethyst/dots.git
synced 2025-04-13 09:30:06 +00:00
3 lines
104 B
Text
Executable file
3 lines
104 B
Text
Executable file
for wrap in rlwrap rlfe cle ; do
|
|
(which $wrap &> /dev/null) && alias ocaml="$wrap ocaml" && break
|
|
done
|