mirror of
https://github.com/NaomiAmethyst/dots.git
synced 2025-08-05 16:48:38 +00:00
5 lines
108 B
Text
Executable file
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
|