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

View File

@@ -165,7 +165,7 @@ in {
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 = [
"/mnt/kyoo/downloads"
"/mnt/kyoo/shows"

View File

@@ -34,6 +34,7 @@
gswm = "git switch $(git master)";
grbm = "git rebase origin/$(git master)";
grhhm = "grhh origin/$(git master)";
gmm = "git merge origin $(git master)";
gcam = "git commit --amend";
gcamn = "git commit --amend --no-edit";
gcpf = "gaa && gcamn && gpf";