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'