1
0
mirror of https://github.com/xlogerais/config-tmux synced 2024-09-19 23:39:58 +02:00

Fix symlink creation for config file

This commit is contained in:
Xavier Logerais 2019-01-28 15:45:52 +00:00
parent 31f8f780be
commit 0eacee3646

View File

@ -4,4 +4,4 @@ cd $HOME || exit 1
CONFDIR=.tmux CONFDIR=.tmux
ln -sf $CONFDIR/config .tmux.config ln -sf $CONFDIR/config .tmux.conf