aboutsummaryrefslogtreecommitdiff
path: root/chicken/.csirc
blob: 43d15e76447e16067529591b18443874a9d75fc2 (plain)
1
2
3
4
(use readline irregex)
(current-input-port (make-readline-port "λ "))
(history-install-file-manager
	(string-append (or (get-environment-variable "HOME") ".") "/.csi.history"))