diff --git a/Makefile b/Makefile index c1b367e..00998e0 100644 --- a/Makefile +++ b/Makefile @@ -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" \ No newline at end of file