소스 검색

setup.sh: prepare tmux.conf automatically

pull/1/head
10sr 10 년 전
부모
커밋
8092a8a30e
1개의 변경된 파일8개의 추가작업 그리고 0개의 파일을 삭제
  1. +8
    -0
      setup.sh

+ 8
- 0
setup.sh 파일 보기

@@ -290,6 +290,14 @@ set -g mode-bg $tmux_bg_color
set -g mode-fg $tmux_fg_color
set -g pane-active-border-fg $tmux_bg_color
__EOC__

_tmux_conf="$HOME"/.tmux.conf
if test -f "$_tmux_conf"
then
_warn "Tmux config file found. Skipping"
else
echo "source \"$DOTFILES_DIR/tmux.conf\"" >>"$_tmux_conf"
fi
}

##############################


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