Move tmux config to ~/.config

This commit is contained in:
2020-10-11 19:59:56 +02:00
parent 81b70af9d3
commit 5bf6e21e24
4 changed files with 3 additions and 4 deletions

View File

@ -5,7 +5,6 @@ export XDG_CONFIG_HOME=${$XDG_CONFIG_HOME:=${HOME}/.config}
# Where to look for zsh config
export ZDOTDIR=${ZDOTDIR:=${XDG_CONFIG_HOME}/zsh}
source $ZDOTDIR/.zshenv
# Load config files in $ZSH/lib that for stage 1
for config_file ($ZDOTDIR/lib/10-*.zsh) source $config_file