From fca3f9742bc4abb12faaf1cbb920c571feeb793e Mon Sep 17 00:00:00 2001 From: Gea-Suan Lin Date: Sat, 19 Apr 2014 18:51:06 +0800 Subject: [PATCH] If .screenrc is not installed, then install it. --- install.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/install.sh b/install.sh index d7e62cb..bb1e6ea 100755 --- a/install.sh +++ b/install.sh @@ -17,6 +17,9 @@ cp ${BASEDIR}/.profile ~/ cp ${BASEDIR}/.zshrc ~/ # +if [ ! -e ~/.screenrc ]; then + cp ${BASEDIR}/.screenrc ~/ +fi cp ${BASEDIR}/.tmux.conf ~/ #