gdritter repos dotfiles / 7a8bd4b
bit more tweaking Getty Ritter 2 months ago
1 changed file(s) with 5 addition(s) and 3 deletion(s). Collapse all Expand all
2222
2323 # allow different machines to customize their tmux colors
2424 if [ -n "$TMUX" ]; then
25 if [ -e "$HOME/.tmux-color" ]; then
26 tmux set-option -a status-style bg="$(cat ~/.tmux-color)"
27 fi
25 if [ -e "$HOME/.tmux-color" ]; then
26 tmux set-option -a status-style bg="$(cat ~/.tmux-color)"
27 else
28 tmux set-option -a status-style bg=red
29 fi
2830 fi