Fix error sourcing the fig tmux file if it does not exist
This commit is contained in:
parent
00331defd8
commit
746afe9c13
1 changed files with 1 additions and 1 deletions
2
tmux
2
tmux
|
@ -18,5 +18,5 @@ set-option -g allow-rename off
|
||||||
# Get 256 colour support
|
# Get 256 colour support
|
||||||
set -g default-terminal "screen-256color"
|
set -g default-terminal "screen-256color"
|
||||||
# Fig Tmux Integration: Enabled
|
# Fig Tmux Integration: Enabled
|
||||||
source-file ~/.fig/tmux
|
if-shell "test -e ~/.fig/tmux" "source-file ~/.fig/tmux"
|
||||||
# End of Fig Tmux Integration
|
# End of Fig Tmux Integration
|
||||||
|
|
Loading…
Add table
Reference in a new issue