This commit is contained in:
dusk 2022-04-09 22:11:45 +03:00
parent a453e5c0e5
commit d29cb12bcf
Signed by: dusk
GPG Key ID: 1D8F8FAF2294D6EA

View File

@ -4,6 +4,6 @@ lib.genPkgs (pkgs: {
mkShell { mkShell {
name = "prts"; name = "prts";
buildInputs = [git git-crypt]; buildInputs = [git git-crypt];
shellHook = "echo welcome to PRTS, $USER"; shellHook = "echo \"$(tput bold)welcome to PRTS, $USER$(tput sgr0)\"";
}; };
}) })