Motiejus Jakštys 2024-04-19 15:10:30 +03:00 committed by Motiejus Jakštys
parent e2ab2cdcff
commit a0b18bb317
1 changed files with 6 additions and 1 deletions

View File

@ -215,7 +215,12 @@ in {
"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"; "gp" = "${pkgs.git}/bin/git remote | ${pkgs.parallel}/bin/parallel --verbose git push";
}; };
initExtra = "source ${./gg.sh}"; initExtra = ''
ts() {
date --date=@"''${1:0:10}" +"%F %T"
}
source ${./gg.sh}
'';
}; };
} }
) )