mirror of
https://github.com/Superredstone/nixos.git
synced 2026-08-19 11:48:57 +02:00
feat(bash): add alias to nix develop
This commit is contained in:
@@ -34,5 +34,8 @@
|
|||||||
nh = {
|
nh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
};
|
};
|
||||||
|
bash.shellAliases = {
|
||||||
|
dev = "nix develop --command 'fish'";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user