mirror of
https://github.com/NaomiAmethyst/dots.git
synced 2025-04-13 09:30:06 +00:00
optimized/cleaned up rlwrap detection
This commit is contained in:
parent
a1711bf65f
commit
a4083a026e
1 changed files with 2 additions and 2 deletions
|
@ -1,3 +1,3 @@
|
|||
for wrap in cle rlfe rlwrap ; do
|
||||
(which $wrap &> /dev/null) && alias ocaml="$wrap ocaml"
|
||||
for wrap in rlwrap rlfe cle ; do
|
||||
(which $wrap &> /dev/null) && alias ocaml="$wrap ocaml" && break
|
||||
done
|
||||
|
|
Loading…
Add table
Reference in a new issue