dots/zsh/rlwrap

6 lines
108 B
Text
Raw Normal View History

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