Hi Łukasz

This commit is contained in:
Motiejus Jakštys 2024-08-02 07:59:19 +03:00
parent 6014c837bc
commit 336e46be3e
1 changed files with 1 additions and 0 deletions

View File

@ -225,6 +225,7 @@ in
enable = true;
shellAliases = {
"l" = "echo -n ł | ${pkgs.xclip}/bin/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 = ''