aboutsummaryrefslogtreecommitdiff
path: root/.bashrc
diff options
context:
space:
mode:
authorclaw0ry <me@claw0ry.net>2025-01-21 16:03:33 +0100
committerclaw0ry <me@claw0ry.net>2025-01-21 16:03:33 +0100
commite6627d9fb48f4aead756a28d050bd8986fb409d6 (patch)
tree5360578f286ff081728055f9ee2ca7e3198675ff /.bashrc
parentvim: highlight nbsp (\xa0) and force white fg on ExtraWhitespace (diff)
bash: export XDG_STATE_HOME
Diffstat (limited to '.bashrc')
-rw-r--r--.bashrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/.bashrc b/.bashrc
index 8d5a510..b9e5559 100644
--- a/.bashrc
+++ b/.bashrc
@@ -33,6 +33,7 @@ export PATH="/usr/local/sbin:$PATH"
export XDG_CACHE_HOME="$HOME/.cache"
export XDG_CONFIG_HOME="$HOME/.config"
export XDG_DATA_HOME="$HOME/.local/share"
+export XDG_STATE_HOME="$HOME/.local/state"
# --- BASH SHELL OPTIONS
shopt -s histappend