diff options
| author | Jack Jamison <jackqjamison@gmail.com> | 2026-05-15 21:04:16 -0400 |
|---|---|---|
| committer | Jack Jamison <jackqjamison@gmail.com> | 2026-05-15 21:04:16 -0400 |
| commit | fbe17d51cc2d52261721a46ee54d5dc8f32db3eb (patch) | |
| tree | e239efb71787499076d2fe1e1b7459df0f4c76d4 /.bash_profile | |
| parent | e642731374e6bdd3a6d8a15998851ba8ac6cc822 (diff) | |
lots of changes for new setup
Diffstat (limited to '.bash_profile')
| -rw-r--r-- | .bash_profile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.bash_profile b/.bash_profile index f807124..ba43ca0 100644 --- a/.bash_profile +++ b/.bash_profile @@ -21,6 +21,12 @@ else chmod 0700 "${XDG_RUNTIME_DIR}" fi +# Create other XDG directories +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" + # Auto-start wm on tty1 if [ -z "$DISPLAY" ] && [ "$(tty)" = "/dev/tty1" ]; then exec mango |
