Fixed tmux

This commit is contained in:
Austen Adler 2014-08-20 18:56:59 -04:00
parent 6ba830e9fd
commit 14e015de35
2 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ while getopts ":hbsdtclw" VALUE "$@"; do
if [ "$VALUE" = "t" ] ; then
echo "Syncing tmux"
rm ~/.tmux.conf
ln -s ${PWD}../tmux/tmux.conf ~/.tmux.conf
ln -s ${PWD}/../tmux/tmux.conf ~/.tmux.conf
fi
if [ "$VALUE" = "c" ] ; then
echo "Syncing config files"