From 6c7ef444a23706977e6d167a97bf7adf96d03fbe Mon Sep 17 00:00:00 2001 From: David Kaufmann Date: Sun, 22 Mar 2020 05:46:04 +0100 Subject: zsh: disable tmux plugin, does too much magic --- home/.zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'home') diff --git a/home/.zshrc b/home/.zshrc index 8fe2fe0..71addcc 100644 --- a/home/.zshrc +++ b/home/.zshrc @@ -62,7 +62,7 @@ DISABLE_AUTO_UPDATE="true" # Example format: plugins=(rails git textmate ruby lighthouse) # Add wisely, as too many plugins slow down shell startup. plugins=( - git mvn tmux colored-man-pages + git mvn colored-man-pages ) [ -d $ZSH ] && source $ZSH/oh-my-zsh.sh -- cgit v1.2.3