aboutsummaryrefslogtreecommitdiffstats
path: root/init.lua
diff options
context:
space:
mode:
Diffstat (limited to 'init.lua')
-rw-r--r--init.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.lua b/init.lua
index 2895a8b..caaf879 100644
--- a/init.lua
+++ b/init.lua
@@ -5,7 +5,7 @@ local get_default_cache_path = function()
local HOME = os.getenv('HOME')
local XDG_CACHE_HOME = os.getenv('XDG_CACHE_HOME')
local BASE = XDG_CACHE_HOME or HOME
- return BASE .. '/.cursors'
+ return BASE .. '/.vis-cursors'
end
M.path = get_default_cache_path()