From 43a71f4b8ef593e25a4a5bfebf7d9e0e23f81ed5 Mon Sep 17 00:00:00 2001 From: Guillaume Dott Date: Mon, 8 Apr 2019 18:27:11 +0200 Subject: [PATCH] tmux: use alias in zsh to convert config to xdg --- zsh/.zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsh/.zshrc b/zsh/.zshrc index bc57b18..6c21914 100755 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -124,7 +124,7 @@ preexec() { } #-------# alias vi='vim' alias mv='mv -i' -alias tmux='tmux -2' +alias tmux="tmux -2 -f $XDG_CONFIG_HOME/tmux/tmux.conf" alias mv_p='rsync --progress --remove-source-files -h' alias ls='ls --color=auto' alias poweroff='systemctl poweroff'