mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 01:35:00 +00:00
fix: Remove .bash_history from rsync
This commit is contained in:
parent
0a23c4abd6
commit
7537d79311
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue