summaryrefslogtreecommitdiff
path: root/home/xyz/.profile
diff options
context:
space:
mode:
authorXiao Pan <gky44px1999@gmail.com>2023-07-12 17:59:34 -0700
committerXiao Pan <gky44px1999@gmail.com>2023-07-24 23:32:20 -0700
commit51dc0f40702257cc3769df7d10555a4d4e2966b8 (patch)
treea4b6855e6136f791af69c0451ab87720c4f2c7a5 /home/xyz/.profile
parente75d74b406c7296318586d40128a10099cec824c (diff)
nvim enable swapfile, use defualt; set XDG_STATE_HOME for it to use see nvim `:h directory`
Diffstat (limited to 'home/xyz/.profile')
-rw-r--r--home/xyz/.profile1
1 files changed, 1 insertions, 0 deletions
diff --git a/home/xyz/.profile b/home/xyz/.profile
index 729890a3..50943895 100644
--- a/home/xyz/.profile
+++ b/home/xyz/.profile
@@ -3,6 +3,7 @@
export XDG_CONFIG_HOME="$HOME/.config/"
export XDG_CACHE_HOME="$HOME/.cache/"
export XDG_DATA_HOME="$HOME/.local/share/"
+export XDG_STATE_HOME="$HOME/.local/state/"
. "$XDG_CONFIG_HOME/user-dirs.dirs"
export XDG_DESKTOP_DIR