Commit Graph

9 Commits (af9ac32bdca1b0099e272898a1e0c4e26d757745)

Author SHA1 Message Date
Buddy Sandidge 02d5592104 Fix default for XDG_CONFIG_DIRS
Buddy Sandidge a9238d8897 Add XDG_CONFIG_DIRS and XDG_DATA_DIRS defaults to profile
Buddy Sandidge 7876a7d1dc Add XDG_STATE_HOME for updated XDG desktop standard
Buddy Sandidge 5177645c2b Fix runtime workaround
Buddy Sandidge 8ef95278ea Add workaround for XDG_RUNTIME_DIR on macOS
Buddy Sandidge f0bd1541d7 move slugify alias to profile
Buddy Sandidge 998695b1ba Fix checking for the shell being run is bash or zsh
Buddy Sandidge d1090feefe Allow .profile to load multiple config files
• set environment variables in .profile load
 • move bash settings to be in profile if they are for POSIX (sh/zsh/etc)
 • use .d files in bash customizations
Buddy Sandidge ef23a2887f Create base package for profile