Merge
This commit is contained in:
@@ -15,7 +15,7 @@
|
|||||||
(repl-prompt (lambda () "$ "))
|
(repl-prompt (lambda () "$ "))
|
||||||
|
|
||||||
(define config-file
|
(define config-file
|
||||||
(make-parameter (string-append (or (getenv2 "HOME") ".") "/.hintz-shellrc")))
|
(make-parameter (string-append (or (getenv2 "HOME") ".") "/.hiss")))
|
||||||
(when (file-exists? (config-file))
|
(when (file-exists? (config-file))
|
||||||
(load (config-file)))
|
(load (config-file)))
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user