diff options
author | claw0ry <me@claw0ry.net> | 2025-01-21 16:03:33 +0100 |
---|---|---|
committer | claw0ry <me@claw0ry.net> | 2025-01-21 16:03:33 +0100 |
commit | e6627d9fb48f4aead756a28d050bd8986fb409d6 (patch) | |
tree | 5360578f286ff081728055f9ee2ca7e3198675ff /.bashrc | |
parent | vim: highlight nbsp (\xa0) and force white fg on ExtraWhitespace (diff) |
bash: export XDG_STATE_HOME
Diffstat (limited to '.bashrc')
-rw-r--r-- | .bashrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |