mirror of
https://github.com/RGBCube/nu_scripts
synced 2025-08-02 15:17:47 +00:00
Using def --env instead of def-env (#673)
This commit is contained in:
parent
9d02fb1ef8
commit
06d3095ab1
15 changed files with 28 additions and 28 deletions
|
@ -5,7 +5,7 @@
|
|||
|
||||
# adapted from https://github.com/pypa/virtualenv/blob/46f68d67c79f2280554f47f3c21265b3a1e899a4/src/virtualenv/activation/nushell/activate.nu
|
||||
|
||||
export def-env auto-venv-on-enter [
|
||||
export def --env auto-venv-on-enter [
|
||||
_env: record,
|
||||
] {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue