rc: remove obsolete shell alias

This commit is contained in:
Motiejus Jakštys 2023-09-23 07:26:12 +03:00
parent 26fe9f766f
commit 1525bdad40
1 changed files with 0 additions and 1 deletions

View File

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