diff --git a/tmux b/tmux index fbe8d40..6878cf1 100644 --- a/tmux +++ b/tmux @@ -18,5 +18,5 @@ set-option -g allow-rename off # Get 256 colour support set -g default-terminal "screen-256color" # Fig Tmux Integration: Enabled -source-file ~/.fig/tmux +if-shell "test -e ~/.fig/tmux" "source-file ~/.fig/tmux" # End of Fig Tmux Integration