- commit
- 469d0c7
- parent
- b411a4d
- author
- Eric Bower
- date
- 2024-12-27 20:16:04 -0500 EST
fix: tmux colors
2 files changed,
+5,
-1
+4,
-1
1@@ -2,8 +2,11 @@ unbind C-b
2 set-option -g prefix C-Space
3 bind-key C-Space send-prefix
4
5+# https://unix.stackexchange.com/a/734894
6+set -ag terminal-overrides ",xterm-256color:RGB"
7 # https://unix.stackexchange.com/a/400954
8-set -g default-terminal "tmux-256color"
9+set -g default-terminal "xterm-256color"
10+# set-option -ga terminal-overrides ",xterm-256color:Tc"
11 set -g set-clipboard on
12 set-option -ga update-environment ' SWAYSOCK'
13 set-option -ga update-environment ' DISPLAY'
+1,
-0
1@@ -37,6 +37,7 @@ abbr -a bcp rsync -avzu --progress
2 abbr -a weather curl wttr.in/Ann+Arbor+Michigan
3 abbr -a img img2sixel
4 abbr -a sway sway --unsupported-gpu
5+abbr -a notes nvim -c '"cd ~/dotfiles/notes"' ~/dotfiles/notes
6
7 if type -q direnv
8 direnv hook fish | source