aboutsummaryrefslogtreecommitdiff
path: root/edit.py
diff options
context:
space:
mode:
Diffstat (limited to 'edit.py')
-rw-r--r--edit.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/edit.py b/edit.py
index bbabb7e..661f462 100644
--- a/edit.py
+++ b/edit.py
@@ -26,7 +26,7 @@ FENCED = False
def xdg_cache_dir():
- return os.path.expanduser(os.environ.get("XDG_CACHE_HOME", "~/..cache/"))
+ return os.path.expanduser(os.environ.get("XDG_CACHE_HOME", "~/.cache/"))
def weechat_cache_dir():