From 3eaf61420fd2c2711d4ecfd42b436c29d2ccf7dc Mon Sep 17 00:00:00 2001 From: Squeaky Date: Fri, 31 Jan 2014 17:15:57 +0100 Subject: [PATCH] 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. --- plugins/tmux/tmux.extra.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/tmux/tmux.extra.conf b/plugins/tmux/tmux.extra.conf index beffd380c..26272a561 100644 --- a/plugins/tmux/tmux.extra.conf +++ b/plugins/tmux/tmux.extra.conf @@ -1,2 +1,2 @@ set -g default-terminal $ZSH_TMUX_TERM -source $HOME/.tmux.conf +source-file $HOME/.tmux.conf