bold
This commit is contained in:
parent
a453e5c0e5
commit
d29cb12bcf
@ -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)\"";
|
||||
};
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user