This website requires JavaScript.
Explore
Help
Sign in
naomi
/
dots
Watch
1
Star
0
Fork
You've already forked dots
0
mirror of
https://github.com/NaomiAmethyst/dots.git
synced
2025-08-05 16:48:38 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
a1711bf65f
dots
/
zsh
/
rlwrap
4 lines
95 B
Text
Raw
Normal View
History
Unescape
Escape
add support for wrapping crappy interpreters
2009-01-01 13:49:29 -06:00
for wrap in cle rlfe rlwrap ; do
cleaned up export statements, should be a bit easier to deal with now
2009-01-01 14:23:36 -06:00
(which $wrap &> /dev/null) && alias ocaml="$wrap ocaml"
add support for wrapping crappy interpreters
2009-01-01 13:49:29 -06:00
done
Reference in a new issue
Copy permalink