This commit is contained in:
2025-01-18 22:56:16 -05:00
parent a6d7e8a5d6
commit af2adf3974
3 changed files with 6 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
set -ga terminal-overrides ",screen-256color*:Tc"
set-option -g default-terminal "screen-256color"
set -g default-terminal "tmux-256color"
set -ga terminal-overrides ',xterm-256color:Tc'
set -s escape-time 0
unbind C-b

View File

@@ -26,7 +26,7 @@ config.color_scheme = "vx-rose-pine"
config.color_schemes = {
['vx-rose-pine'] = {
foreground = '#e0def4',
background = '#000000', -- Default Rose-Pine background
background = '#000000',
cursor_bg = '#e0def4',
cursor_border = '#e0def4',
cursor_fg = '#191724',

View File

@@ -30,6 +30,9 @@ export PATH=$PATH:/mnt/c/ProgramData/chocolatey/lib/mpvio.install/tools/mpv.exe
export JAVA_HOME=/usr/lib/jvm/java-11-openjdk
export PATH=$JAVA_HOME/bin:$PATH
export TERM="xterm-256color"
export COLORTERM=truecolor
eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"
function take() {