Sfoglia il codice sorgente

Fix tmux.conf version

pull/15/head
10sr 8 anni fa
parent
commit
a603667422
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      tmux.conf

+ 1
- 1
tmux.conf Vedi File

@@ -1,7 +1,7 @@
# tmux.conf
# SETUP_LOAD: source "DOTFILES_DIR/tmux.conf"

run-shell 'tmux set -g status-right "${USER}@`hostname` | #(tmux -V) "'
run-shell 'tmux set -g status-right "${USER}@`hostname` | `tmux -V` "'

run-shell 'tmux set -g status-bg "$_HOSTCOLOR_1" >/dev/null'
run-shell 'tmux set -g status-fg "$_HOSTCOLOR_2" >/dev/null'


Caricamento…
Annulla
Salva