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