소스 검색

Fix tmux.conf version

pull/15/head
10sr 8 년 전
부모
커밋
a603667422
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      tmux.conf

+ 1
- 1
tmux.conf 파일 보기

@@ -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'


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