summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Kaufmann <astra@ionic.at>2020-03-22 05:46:04 +0100
committerDavid Kaufmann <astra@ionic.at>2020-03-22 05:46:04 +0100
commit6c7ef444a23706977e6d167a97bf7adf96d03fbe (patch)
tree31d5a5bac80df14179b9d9bb39b4bea84741da2a
parent272abf4288fcadf9266f2b2481d588a2fcb95beb (diff)
downloadconfig-6c7ef444a23706977e6d167a97bf7adf96d03fbe.tar.gz
zsh: disable tmux plugin, does too much magic
-rw-r--r--home/.zshrc2
1 files changed, 1 insertions, 1 deletions
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