mirror of
https://github.com/NaomiAmethyst/dots.git
synced 2025-08-05 16:48:38 +00:00
3 lines
95 B
Text
Executable file
3 lines
95 B
Text
Executable file
for wrap in cle rlfe rlwrap ; do
|
|
(which $wrap &> /dev/null) && alias ocaml="$wrap ocaml"
|
|
done
|