PLEASE can tmux true colors finally work????? gosh

This commit is contained in:
Hedy Li 2021-08-18 16:52:42 +08:00
parent d03eaa1dfd
commit 0446ba1954
Signed by: hedy
GPG Key ID: B51B5A8D1B176372
2 changed files with 11 additions and 2 deletions

View File

@ -8,3 +8,11 @@ end
if test -f ~/.config/fish/config_local.fish
source ~/.config/fish/config_local.fish
end
set -gx HOMEBREW_PREFIX "/home/hedy/.linuxbrew";
set -gx HOMEBREW_CELLAR "/home/hedy/.linuxbrew/Cellar";
set -gx HOMEBREW_REPOSITORY "/home/hedy/.linuxbrew/Homebrew";
set -gx HOMEBREW_SHELLENV_PREFIX "/home/hedy/.linuxbrew";
set -q PATH; or set PATH ''; set -gx PATH "/home/hedy/.linuxbrew/bin" "/home/hedy/.linuxbrew/sbin" $PATH;
set -q MANPATH; or set MANPATH ''; set -gx MANPATH "/home/hedy/.linuxbrew/share/man" $MANPATH;
set -q INFOPATH; or set INFOPATH ''; set -gx INFOPATH "/home/hedy/.linuxbrew/share/info" $INFOPATH;

View File

@ -6,8 +6,9 @@ set -sg escape-time 0
set -g visual-activity off
# terminal stuff
set -g default-terminal "screen-256color"
set -g terminal-overrides ",xterm-256color*:Tc"
set -g default-terminal "tmux-256color"
# set -g terminal-overrides ",tmux-256color:Tc"
set-option -sa terminal-overrides ",*:Tc"
# Prefix for remote tmux (instead of C-b twice)
bind-key -n M-b send-prefix