mirror of
https://github.com/kogakure/dotfiles.git
synced 2026-02-03 20:25:30 +00:00
fix: TERM export
This commit is contained in:
@@ -1,4 +1,6 @@
|
|||||||
|
|
||||||
|
term screen-256color
|
||||||
|
|
||||||
font_family FiraCode Nerd Font
|
font_family FiraCode Nerd Font
|
||||||
bold_font FiraCode Nerd Font Bold
|
bold_font FiraCode Nerd Font Bold
|
||||||
italic_font FiraCode Nerd Font Italic
|
italic_font FiraCode Nerd Font Italic
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
set -g default-terminal "${TERM}"
|
set -g default-terminal "tmux-256color"
|
||||||
set -as terminal-overrides ',*:Smulx=\E[4::%p1%dm' # undercurl support
|
set -as terminal-overrides ',*:Smulx=\E[4::%p1%dm' # undercurl support
|
||||||
set -as terminal-overrides ',*:Setulc=\E[58::2::%p1%{65536}%/%d::%p1%{256}%/%{255}%&%d::%p1%{255}%&%d%;m' # underscore colours - needs tmux-3.0
|
set -as terminal-overrides ',*:Setulc=\E[58::2::%p1%{65536}%/%d::%p1%{256}%/%{255}%&%d::%p1%{255}%&%d%;m' # underscore colours - needs tmux-3.0
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user