diff --git a/shells/default.nix b/shells/default.nix index c8ce569..95e1528 100644 --- a/shells/default.nix +++ b/shells/default.nix @@ -4,6 +4,6 @@ lib.genPkgs (pkgs: { mkShell { name = "prts"; buildInputs = [git git-crypt]; - shellHook = "echo welcome to PRTS, $USER"; + shellHook = "echo \"$(tput bold)welcome to PRTS, $USER$(tput sgr0)\""; }; })