Update tmux-session search-dir order, add btop config

This commit is contained in:
2025-10-18 15:16:24 -05:00
parent f36cb204c4
commit 49be8f8393
5 changed files with 103 additions and 17 deletions

View File

@@ -26,6 +26,9 @@ export XDG_STATE_HOME="$DIR_LOCAL/state"
export XDG_DATA_DIRS="/usr/local/share:/usr/share"
#export XDG_CONFIG_DIRS="/etc/xdg" # TODO: does this work on macOS?
# directory for theme/style stuff
export DIR_THEME_SETTINGS="$XDG_CONFIG_HOME/this-box-theme"
# zsh
export ZDOTDIR="$XDG_CONFIG_HOME/zsh" # may already be set, set anyway