nix machine / user configurations

bold

Changed files
+1 -1
shells
+1 -1
shells/default.nix
···
mkShell {
name = "prts";
buildInputs = [git git-crypt];
-
shellHook = "echo welcome to PRTS, $USER";
+
shellHook = "echo \"$(tput bold)welcome to PRTS, $USER$(tput sgr0)\"";
};
})