fixed font issues in tmux

This commit is contained in:
Aria Nolan 2023-12-29 21:42:01 -05:00
parent 1262f8853c
commit 086a29746c

View file

@ -10,7 +10,7 @@
newSession = true;
shell = "${pkgs.fish}/bin/fish";
sensibleOnTop = true;
terminal = "screen-256color";
terminal = "tmux-256color";
# extraConfig = ''
# set -g default-terminal "screen-256color"
# '';