From e17ff47d5e08e1b4eed6ef1421056fe76932f701 Mon Sep 17 00:00:00 2001 From: "Kenneth Benzie (Benie)" Date: Sun, 26 Aug 2018 19:11:29 +0100 Subject: [PATCH] Only load layout when inside tmux --- zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zshrc b/zshrc index 4dab3fd..7552b5f 100644 --- a/zshrc +++ b/zshrc @@ -32,7 +32,7 @@ source-plugin build source-plugin sandbox # Layout tmux window commands -source-plugin layout +[ "$TMUX" != "" ] && source-plugin layout # Note taking commands source-plugin notes