fish/tmux true colors

main
Yax 2 years ago
parent 3854c1bffc
commit 4049f433f1

@ -11,8 +11,9 @@ set -g history-limit 50000
set -g display-time 4000
# upgrade $TERM
# screen-256 true color
set -g default-terminal "screen-256color"
set -ga terminal-overrides ",xterm-256color:Tc"
# focus events enabled for terminals that support them
set -g focus-events on

@ -3,7 +3,10 @@
# ===========================================================================
# requires fisher (https://github.com/jorgebucaran/fisher)
set -gx COLORTERM truecolor
set -gx EDITOR vim
set -gx LANG fr_FR.UTF-8
set -gx LC_ALL fr_FR.UTF-8
# nix
if test -e $HOME/.nix-profile/etc/profile.d/nix.sh

Loading…
Cancel
Save