Skip to content

Instantly share code, notes, and snippets.

@buruzaemon
Created November 5, 2011 14:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save buruzaemon/1341579 to your computer and use it in GitHub Desktop.
Save buruzaemon/1341579 to your computer and use it in GitHub Desktop.
Chicken Scheme resource file for using readline egg (for use on Cygwin)
(use readline irregex)
(current-input-port (make-gnu-readline-port))
(gnu-history-install-file-manager
(string-append (or (get-environment-variable "HOME") ".") "/.csi.history"))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment