add gg.sh

This commit is contained in:
2024-04-12 14:02:28 +03:00
committed by Motiejus Jakštys
parent 23ec7f5e1f
commit dc807af16e
2 changed files with 47 additions and 1 deletions

View File

@@ -210,9 +210,10 @@ in {
bash = {
enable = true;
shellAliases = {
"l" = "echo -n ł | xclip -selection clipboard";
"l" = "echo -n ł | ${pkgs.xclip}/bin/xclip -selection clipboard";
"gp" = "${pkgs.git}/bin/git remote | ${pkgs.parallel}/bin/parallel --verbose git push";
};
initExtra = "source ${./gg.sh}";
};
}
)