.guile
author Oleksandr Gavenko <gavenkoa@gmail.com>
Thu, 23 Feb 2023 00:59:27 +0200
changeset 1016 8ba787ff5ab8
parent 466 4c5042015cd7
permissions -rw-r--r--
Removed .npmrc, HOME in Cygwin & running npm outside of Cygwin results in duplicating cache (in Cygwin HOME & in APPDATA).

;-*- mode: scheme -*-

;; Readline support.
(use-modules (ice-9 readline))
(activate-readline)
(readline-enable 'history-file)
(readline-set! history-length 10000)