From 0eacee364627ea413b3a8212d9a1254e9f4312bd Mon Sep 17 00:00:00 2001 From: Xavier Logerais Date: Mon, 28 Jan 2019 15:45:52 +0000 Subject: [PATCH] Fix symlink creation for config file --- create-links.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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