mirror of
https://gitea.zaclys.com/yannic/dotfiles.git
synced 2026-06-15 11:11:57 +02:00
fish/tmux true colors
This commit is contained in:
+2
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user