Procházet zdrojové kódy

fix tmux default color

pull/1/head
10sr před 12 roky
rodič
revize
2b9eda4173
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      tmux.conf

+ 1
- 1
tmux.conf Zobrazit soubor

@@ -20,7 +20,7 @@ set message-fg yellow
set -g set-titles on

set -g status-bg green
set -g status-fg white
set -g status-fg black
if "test `hostname` = arch-aspireone" "set -g status-bg blue"
if "test `hostname` = darwin-mba.local" "set -g status-bg yellow; set -g status-fg black"
if "test `hostname` = newkiwi" "set -g status-bg magenta"


Načítá se…
Zrušit
Uložit