Switch user feed file from ~/twtxt-me.txt to ~/.tt/me
[tt.git] / tt.rkt
diff --git a/tt.rkt b/tt.rkt
index 8a09e4d..01dbc6b 100644 (file)
--- a/tt.rkt
+++ b/tt.rkt
     ([prog-name      "tt"]
      [prog-version   (info:#%info-lookup 'version)]
      [prog-uri       "https://github.com/xandkar/tt"]
-     [user-feed-file (expand-user-path "~/twtxt-me.txt")]
+     [user-feed-file (build-path tt-home-dir "me")]
      [user
        (if (file-exists? user-feed-file)
            (let ([user (first (file->feeds user-feed-file))])
This page took 0.028987 seconds and 4 git commands to generate.