Make tmux & tpm XDG compliant.

This commit is contained in:
Marty Oehme 2019-02-25 00:38:18 +01:00
parent b3b6d91f33
commit 2da738f1a8
4 changed files with 13 additions and 5 deletions

2
.zshrc
View file

@ -135,7 +135,7 @@ load_config_files $ZSH_CONFIG_DIR 3456789
# if [ -n "$(/bin/ls $ZSH_CONFIG_DIR/)" ]; then
# GLOB=($ZSH_CONFIG_DIR/[:alpha:]*)
# for dotfile in $GLOB; do
# print_dbg "Phase 4, Alphabetic: $dotfile\n" #//DEBUG
# print_dbg "Alphabetic: $dotfile\n" #//DEBUG
# if [ -r "${dotfile}" ]; then
# source "${dotfile}"
# fi