dots/zsh/rlwrap
2009-01-01 14:25:06 -06:00

3 lines
104 B
Text
Executable file

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