dots/zsh/rlwrap

5 lines
108 B
Text
Executable file

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