remove ~ dir... yes I did accidentally delete my real home directory when I tried this the first time... that was fun

This commit is contained in:
RingOfStorms (Joshua Bell) 2024-04-30 11:50:09 -05:00
parent 0b833d555c
commit 2acfbc84b4
3 changed files with 25 additions and 36 deletions

View file

@ -130,16 +130,16 @@
# TODO do I need to set all the XDG_ env vars? - or should I remove this entirely?
"--set"
"XDG_CONFIG_HOME"
"~/.config/nvim_flaked"
"/tmp/nvim_flaked/config"
"--set"
"XDG_DATA_HOME"
"~/.local/share/nvim_flaked"
"/tmp/nvim_flaked/share"
"--set"
"XDG_RUNTIME_DIR"
"/tmp/nvim.user/nvim_flaked/xxx"
"/tmp/nvim_flaked/run"
"--set"
"XDG_STATE_HOME"
"~/.local/state/nvim_flaked"
"/tmp/nvim_flaked/state"
];
})