feat: now hidfes what path ye are on and inbuilds the `[Skynet Dev]` into teh terminal

This commit is contained in:
silver 2025-05-08 22:24:59 +01:00
parent b0b4e95ba2
commit 3432122a73
Signed by: silver
GPG key ID: 36F93D61BAD3FD7D

View file

@ -7,7 +7,6 @@
};
nixConfig = {
bash-prompt-suffix = "[Skynet Dev] ";
extra-substituters = "https://nix-cache.skynet.ie/skynet-cache";
extra-trusted-public-keys = "skynet-cache:zMFLzcRZPhUpjXUy8SF8Cf7KGAZwo98SKrzeXvdWABo=";
};
@ -29,6 +28,7 @@
devShells.default = pkgs.mkShell {
name = "Skynet Mod env";
packages = packages_local;
shellHook = "export PS1='[Skynet Dev] '";
};
packages = {