diff --git a/create-links.bash b/create-links.bash index e98db9b..4def19d 100755 --- a/create-links.bash +++ b/create-links.bash @@ -4,4 +4,4 @@ cd $HOME || exit 1 CONFDIR=.tmux -ln -sf $CONFDIR/config .tmux.config +ln -sf $CONFDIR/config .tmux.conf