bit more tweaking
Getty Ritter
8 months ago
22 | 22 | |
23 | 23 | # allow different machines to customize their tmux colors |
24 | 24 | if [ -n "$TMUX" ]; then |
25 | if [ -e "$HOME/.tmux-color" ]; then | |
26 | tmux set-option -a status-style bg="$(cat ~/.tmux-color)" | |
27 |
|
|
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 | |
28 | 30 | fi |