Merge pull request 'chore: remove trying to update tmux folder' (#6) from remove-saving-of-tmux-folder into main
Reviewed-on: #6
This commit was merged in pull request #6.
This commit is contained in:
3
Makefile
3
Makefile
@@ -26,8 +26,5 @@ tmux:
|
|||||||
update-tmux:
|
update-tmux:
|
||||||
@if [ -f "$$HOME/.tmux.conf" ]; then \
|
@if [ -f "$$HOME/.tmux.conf" ]; then \
|
||||||
cp "$$HOME/.tmux.conf" tmux/.tmux.conf; \
|
cp "$$HOME/.tmux.conf" tmux/.tmux.conf; \
|
||||||
fi
|
|
||||||
@if [ -d "$$HOME/.tmux" ]; then \
|
|
||||||
cp -r $$HOME/.tmux/* tmux/.tmux/; \
|
|
||||||
fi
|
fi
|
||||||
@echo "tmux files updated from home directory"
|
@echo "tmux files updated from home directory"
|
||||||
Reference in New Issue
Block a user