dots/zsh/rlwrap

3 lines
95 B
Text
Executable file

for wrap in cle rlfe rlwrap ; do
(which $wrap &> /dev/null) && alias ocaml="$wrap ocaml"
done