From b68d78523643d8b142f9d0180f0fa53c70900635 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Sun, 3 May 2020 20:27:07 +0100 Subject: [PATCH] Remove manual tmux completion loading It's no longer needed, and slows down shell startup quite a bit. --- zsh/tmux.zsh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/zsh/tmux.zsh b/zsh/tmux.zsh index 0ef5c14..b3895dd 100644 --- a/zsh/tmux.zsh +++ b/zsh/tmux.zsh @@ -5,11 +5,6 @@ alias tmn="tm new" alias tml="tm ls" alias tmm="tmn -s main" -# Tmux Completion -if [ -f "/usr/local/etc/bash_completion.d/tmux" ]; then - source "/usr/local/etc/bash_completion.d/tmux" -fi - # Tmuxifier if [ -d "$DOTFILES/tmux/tmuxifier" ]; then alias m="tmuxifier"