Fig tmux integration

This commit is contained in:
Jonny Barnes 2021-07-17 18:05:11 +01:00
parent abcae065f0
commit 2e0bdab017

3
tmux
View file

@ -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