nix machine / user configurations

bold

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