aboutsummaryrefslogtreecommitdiff
path: root/clojure
diff options
context:
space:
mode:
Diffstat (limited to 'clojure')
-rw-r--r--clojure/src/readline.clj2
1 files changed, 1 insertions, 1 deletions
diff --git a/clojure/src/readline.clj b/clojure/src/readline.clj
index dbd4872..0fc449a 100644
--- a/clojure/src/readline.clj
+++ b/clojure/src/readline.clj
@@ -3,7 +3,7 @@
[net.n01se.clojure-jna :as jna]))
(defonce history-loaded (atom nil))
-(def HISTORY-FILE "/home/joelm/.mal-history")
+(def HISTORY-FILE (str (System/getProperty "user.home") "/.mal-history"))
;;
;; Uncomment one of the following readline libraries