mirror of
https://github.com/NaomiAmethyst/dots.git
synced 2025-04-13 09:30:06 +00:00
add support for wrapping crappy interpreters
This commit is contained in:
parent
b688758d3a
commit
1e7d1ae9e5
1 changed files with 5 additions and 0 deletions
5
zsh/rlwrap
Executable file
5
zsh/rlwrap
Executable file
|
@ -0,0 +1,5 @@
|
|||
for wrap in cle rlfe rlwrap ; do
|
||||
if (which $wrap &> /dev/null) ; then
|
||||
alias ocaml="$wrap ocaml"
|
||||
fi
|
||||
done
|
Loading…
Add table
Reference in a new issue