mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 11:46:40 +00:00
Remove manual tmux completion loading
It's no longer needed, and slows down shell startup quite a bit.
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user