Change default term
While using `tmux-256color` has been working great for the longest time, `git` on macOS Venture with Apple Silicon does not like it. Complaints of incorrectly configured terminal are resolved in this config by removing this custom termdb entry. Alternative would be to install it again but it doesn't seem to be necessary anymore.
This commit is contained in:
parent
6beb81f972
commit
1e2c00aa32
@ -25,7 +25,7 @@ set -g display-time 4000
|
|||||||
set -g status-interval 2
|
set -g status-interval 2
|
||||||
|
|
||||||
# Upgrade $TERM
|
# Upgrade $TERM
|
||||||
set -g default-terminal "tmux-256color"
|
set -g default-terminal "xterm-256color"
|
||||||
|
|
||||||
# Focus events enabled for terminals that support them
|
# Focus events enabled for terminals that support them
|
||||||
set -g focus-events on
|
set -g focus-events on
|
||||||
|
Loading…
x
Reference in New Issue
Block a user