dots/zsh/rlwrap

4 lines
95 B
Text
Raw Normal View History

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