feat: now hidfes what path ye are on and inbuilds the `[Skynet Dev]
` into teh terminal
This commit is contained in:
parent
b0b4e95ba2
commit
3432122a73
1 changed files with 1 additions and 1 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue