add gg.sh
This commit is contained in:
@@ -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}";
|
||||
};
|
||||
}
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user