1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-29 19:17:45 +00:00

Rename vv alias to venv

This commit is contained in:
RGBCube 2023-05-24 19:27:18 +03:00
parent 4a38f92601
commit 0b10c4cd04
No known key found for this signature in database

View file

@ -13,6 +13,6 @@
(homeConfiguration "nixos" {
programs.nushell.shellAliases = {
vv = "virtualenv venv";
venv = "virtualenv venv";
};
})