fix: Remove .bash_history from rsync

This commit is contained in:
Paul Gauthier 2024-12-25 08:05:46 -05:00 committed by Paul Gauthier (aider)
parent 0a23c4abd6
commit 7537d79311

View file

@ -25,7 +25,7 @@ rsync -avz --delete \
"$REPO_ROOT/" \
"$DEST:~/aider/"
rsync -a .env .bash_history .gitignore "$DEST:~/aider/."
rsync -a .env .gitignore "$DEST:~/aider/."
rsync -a ~/dotfiles/screenrc "$DEST:.screenrc"