This commit is contained in:
2025-02-05 15:10:26 +01:00
parent 995426983d
commit 58a4cc53d6
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -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"
+1
View File
@@ -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";