1
0
Fork 0

Add sync-command

This commit is contained in:
Malte Brandy 2019-02-19 12:14:58 +01:00
parent 63f0bab5c2
commit 66ea309122
No known key found for this signature in database
GPG key ID: 226A2D41EF5378C9

View file

@ -61,6 +61,9 @@ programs = {
'';
};
git = {
aliases = {
sync = "!git pull -r && git push";
};
enable = true;
ignores = [
".syncthing*.tmp"