mirror of
https://github.com/NaomiAmethyst/dots.git
synced 2025-08-31 22:08:34 +00:00
make rlwrap more sh compatible
This commit is contained in:
parent
cbde44763e
commit
fc03d1bd43
1 changed files with 1 additions and 1 deletions
|
@ -1,3 +1,3 @@
|
|||
for wrap in rlwrap rlfe cle ; do
|
||||
(type -p $wrap &> /dev/null) && alias ocaml="$wrap ocaml" && break
|
||||
(type -p $wrap > /dev/null 2>&1) && alias ocaml="$wrap ocaml" && break
|
||||
done
|
||||
|
|
Loading…
Add table
Reference in a new issue