mirror of
https://github.com/zoriya/flake.git
synced 2026-06-07 04:16:21 +00:00
Add gmm
This commit is contained in:
@@ -165,7 +165,7 @@ in {
|
|||||||
script-torrent-added-filename = "${guesspath}/bin/guesspath";
|
script-torrent-added-filename = "${guesspath}/bin/guesspath";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
# Also allows transmission to reach thoses files
|
# Also allows transmission to reach theses files
|
||||||
systemd.services.transmission.serviceConfig.BindPaths = [
|
systemd.services.transmission.serviceConfig.BindPaths = [
|
||||||
"/mnt/kyoo/downloads"
|
"/mnt/kyoo/downloads"
|
||||||
"/mnt/kyoo/shows"
|
"/mnt/kyoo/shows"
|
||||||
|
|||||||
@@ -34,6 +34,7 @@
|
|||||||
gswm = "git switch $(git master)";
|
gswm = "git switch $(git master)";
|
||||||
grbm = "git rebase origin/$(git master)";
|
grbm = "git rebase origin/$(git master)";
|
||||||
grhhm = "grhh origin/$(git master)";
|
grhhm = "grhh origin/$(git master)";
|
||||||
|
gmm = "git merge origin $(git master)";
|
||||||
gcam = "git commit --amend";
|
gcam = "git commit --amend";
|
||||||
gcamn = "git commit --amend --no-edit";
|
gcamn = "git commit --amend --no-edit";
|
||||||
gcpf = "gaa && gcamn && gpf";
|
gcpf = "gaa && gcamn && gpf";
|
||||||
|
|||||||
Reference in New Issue
Block a user