tmux: use alias in zsh to convert config to xdg

master
Guillaume Dott 2019-04-08 18:27:11 +02:00
parent c449e13acc
commit 43a71f4b8e
1 changed files with 1 additions and 1 deletions

View File

@ -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'