If .screenrc is not installed, then install it.

This commit is contained in:
Gea-Suan Lin
2014-04-19 18:51:06 +08:00
parent 7c552beb6e
commit fca3f9742b

View File

@@ -17,6 +17,9 @@ cp ${BASEDIR}/.profile ~/
cp ${BASEDIR}/.zshrc ~/
#
if [ ! -e ~/.screenrc ]; then
cp ${BASEDIR}/.screenrc ~/
fi
cp ${BASEDIR}/.tmux.conf ~/
#