tangled
alpha
login
or
join now
ptr.pet
/
ark
3
fork
atom
nix machine / user configurations
3
fork
atom
overview
issues
pulls
pipelines
bold
ptr.pet
3 years ago
d29cb12b
a453e5c0
+1
-1
1 changed file
expand all
collapse all
unified
split
shells
default.nix
+1
-1
shells/default.nix
···
4
4
mkShell {
5
5
name = "prts";
6
6
buildInputs = [git git-crypt];
7
7
-
shellHook = "echo welcome to PRTS, $USER";
7
7
+
shellHook = "echo \"$(tput bold)welcome to PRTS, $USER$(tput sgr0)\"";
8
8
};
9
9
})