fix symlink destinations

This commit is contained in:
Ray Elliott 2020-09-03 16:24:41 +01:00
parent fe96310282
commit 0c13e4bf47
1 changed files with 2 additions and 2 deletions

View File

@ -8,5 +8,5 @@ if [ -e "$HOME/.tmux.conf" ] ; then
mv "$HOME/.tmux.conf" "$HOME/.tmux.conf-original"
fi
ln -s "$HOME/.config/tmux" .tmux
ln -s "$HOME/.config/tmux/tmux.conf" .tmux.conf
ln -s "$HOME/.config/tmux" "$HOME/.tmux"
ln -s "$HOME/.config/tmux/tmux.conf" "$HOME/.tmux.conf"