aboutsummaryrefslogtreecommitdiffhomepage
path: root/.zshenv
diff options
context:
space:
mode:
Diffstat (limited to '.zshenv')
-rw-r--r--.zshenv6
1 files changed, 6 insertions, 0 deletions
diff --git a/.zshenv b/.zshenv
index cd83b88..424be0a 100644
--- a/.zshenv
+++ b/.zshenv
@@ -1,4 +1,10 @@
+# https://wiki.archlinux.org/title/XDG_Base_Directory
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"
+
+# Node
+export NODE_REPL_HISTORY="$XDG_CACHE_HOME/node_repl_history"
+# SQLite
+export SQLITE_HISTORY="$XDG_CACHE_HOME/sqlite_history"