소스 검색

fix tmux.conf bug that version string wont update

pull/1/head
10sr 10 년 전
부모
커밋
8971d64eb6
2개의 변경된 파일5개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      setup.sh
  2. +4
    -0
      tmux.conf

+ 1
- 1
setup.sh 파일 보기

@@ -76,7 +76,7 @@ gen_tmux_conf_local(){
# $tmux_conf_local
# Automatically generated from $0

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

set -g status-bg $tmux_bg_color
set -g status-fg $tmux_fg_color


+ 4
- 0
tmux.conf 파일 보기

@@ -20,6 +20,10 @@ setw -g mode-mouse off
set -g set-titles on
set -g display-panes-time 5000

# disable updating status-left and status-right
set status-interval 0
set status-keys emacs

set -g message-bg white
set -g message-fg black
setw -g window-status-current-bg white


불러오는 중...
취소
저장