bold
ptr.pet 3 years ago d29cb12b a453e5c0
··· 4 mkShell { 5 name = "prts"; 6 buildInputs = [git git-crypt]; 7 - shellHook = "echo welcome to PRTS, $USER"; 8 }; 9 })
··· 4 mkShell { 5 name = "prts"; 6 buildInputs = [git git-crypt]; 7 + shellHook = "echo \"$(tput bold)welcome to PRTS, $USER$(tput sgr0)\""; 8 }; 9 })