From 2e0bdab017bf108dabc2ac43ffb3c845b7939c50 Mon Sep 17 00:00:00 2001 From: Jonny Barnes Date: Sat, 17 Jul 2021 18:05:11 +0100 Subject: [PATCH] Fig tmux integration --- tmux | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tmux b/tmux index 60cf068..fbe8d40 100644 --- a/tmux +++ b/tmux @@ -17,3 +17,6 @@ set-option -g allow-rename off # Get 256 colour support set -g default-terminal "screen-256color" +# Fig Tmux Integration: Enabled +source-file ~/.fig/tmux +# End of Fig Tmux Integration