fish/tmux true colors
This commit is contained in:
parent
3854c1bffc
commit
4049f433f1
2 changed files with 5 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue