remove trying to update tmux folder

This commit is contained in:
2025-07-10 22:18:29 +01:00
parent 8e29de1602
commit 82901d8e8a

View File

@@ -26,8 +26,5 @@ tmux:
update-tmux:
@if [ -f "$$HOME/.tmux.conf" ]; then \
cp "$$HOME/.tmux.conf" tmux/.tmux.conf; \
fi
@if [ -d "$$HOME/.tmux" ]; then \
cp -r $$HOME/.tmux/* tmux/.tmux/; \
fi
@echo "tmux files updated from home directory"