mirror of
https://github.com/zoriya/flake.git
synced 2025-12-06 06:36:19 +00:00
Add gmm
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user