This commit is contained in:
Motiejus Jakštys 2023-09-15 12:48:14 +03:00
parent c5191372e8
commit d7888b000b
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@
enable = true;
shellAliases = {
"l" = "echo -n ł | xclip -selection clipboard";
"gp" = "${pkgs.git} remote | ${pkgs.parallel} --verbose git push";
"gp" = "${pkgs.git}/bin/git remote | ${pkgs.parallel}/bin/parallel --verbose git push";
"elho" = "echo hello1";
};
};