tmux source command is not source but source-file

My tmux was displaying errors when I was using tmux plugin from oh-my-zsh and not reading my .tmux.conf at all.
This commit is contained in:
Squeaky 2014-01-31 17:15:57 +01:00
commit 3eaf61420f

View file

@ -1,2 +1,2 @@
set -g default-terminal $ZSH_TMUX_TERM
source $HOME/.tmux.conf
source-file $HOME/.tmux.conf