diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index 1b3cd83..3cf1ff9 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -103,7 +103,7 @@ set -g @extrakto_grab_area 'window full' set -g @extrakto_copy_key 'ctrl-y' set -g @extrakto_insert_key 'enter' -if-shell '[ -r ~/.tmux.conf.local ]' "source-file ~/.tmux.conf.local" +source-file -q ~/.tmux.conf.local # initialize tmux plugin manager if-shell '[ -r ~/.tmux/plugins/tpm/tpm ]' "run -b '~/.tmux/plugins/tpm/tpm'"