diff --git a/plugins/tmux/init.zsh b/plugins/tmux/init.zsh index ffd5738..b58db7c 100644 --- a/plugins/tmux/init.zsh +++ b/plugins/tmux/init.zsh @@ -10,6 +10,10 @@ # # Auto launch tmux at start-up. # zstyle -t ':omz:plugin:tmux:auto' start 'yes' # +# Warning: +# Tmux is known to cause kernel panics on Mac OS X. +# For more information, see http://git.io/jkPqHg. +# # Aliases alias ta="tmux attach-session"