mirror of
https://github.com/RGBCube/ncc
synced 2025-07-30 11:37:44 +00:00
Rename vv alias to venv
This commit is contained in:
parent
4a38f92601
commit
0b10c4cd04
1 changed files with 1 additions and 1 deletions
|
@ -13,6 +13,6 @@
|
||||||
|
|
||||||
(homeConfiguration "nixos" {
|
(homeConfiguration "nixos" {
|
||||||
programs.nushell.shellAliases = {
|
programs.nushell.shellAliases = {
|
||||||
vv = "virtualenv venv";
|
venv = "virtualenv venv";
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue